README 330 B

12345678
  1. The //components/user_pref component provides:
  2. a) The UserPrefs class, where components dependent on looking up
  3. preferences associated with users can look them up by
  4. content::BrowserContext.
  5. b) A place for PrefRegistrySyncable to live, where it can be used by
  6. components that need to register preferences associated with users.