Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
DEPS | 03-Jun-2014 | 63 | |
OWNERS | 03-Jun-2014 | 79 | |
pref_registry_syncable.cc | 03-Jun-2014 | 7.1K | |
pref_registry_syncable.h | 03-Jun-2014 | 5.2K | |
README | 03-Jun-2014 | 330 | |
user_prefs.cc | 03-Jun-2014 | 1.2K | |
user_prefs.h | 03-Jun-2014 | 1.4K | |
user_prefs_export.h | 03-Jun-2014 | 805 |
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