Home | History | Annotate | only in /external/chromium_org/components/user_prefs
Up to higher level directory
NameDateSize
DEPS03-Jun-201463
OWNERS03-Jun-201479
pref_registry_syncable.cc03-Jun-20147.1K
pref_registry_syncable.h03-Jun-20145.2K
README03-Jun-2014330
user_prefs.cc03-Jun-20141.2K
user_prefs.h03-Jun-20141.4K
user_prefs_export.h03-Jun-2014805

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