0
Files
src/components/user_prefs
brettw@chromium.org d38f5be4f6 Add user_prefs and visitedlink components to GN build.
This doesn't hook up visitedlink_renderer since it depends on blink.

BUG=
R=jamesr@chromium.org

Review URL: https://codereview.chromium.org/340953004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278404 0039d316-1c4b-4281-b951-d872f2087c98
2014-06-19 16:52:27 +00:00
..

The //components/user_pref component provides:

a) The UserPrefs class, where components dependent on looking up
preferences associated with users can look them up by
content::BrowserContext.

b) A place for PrefRegistrySyncable to live, where it can be used by
components that need to register preferences associated with users.