Home | History | Annotate | only in /external/chromium_org/components/user_prefs
Up to higher level directory
NameDateSize
BUILD.gn05-Aug-2015461
DEPS05-Aug-201549
OWNERS05-Aug-201596
README05-Aug-2015330
user_prefs.cc05-Aug-20151.2K
user_prefs.h05-Aug-20151.4K
user_prefs_export.h05-Aug-2015805

README

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