Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
DEPS | D | 03-May-2024 | 63 | 5 | 4 | |
OWNERS | D | 03-May-2024 | 79 | 5 | 4 | |
README | D | 03-May-2024 | 330 | 9 | 6 | |
pref_registry_syncable.cc | D | 03-May-2024 | 7.1 KiB | 226 | 181 | |
pref_registry_syncable.h | D | 03-May-2024 | 5.2 KiB | 133 | 83 | |
user_prefs.cc | D | 03-May-2024 | 1.2 KiB | 48 | 29 | |
user_prefs.h | D | 03-May-2024 | 1.4 KiB | 49 | 22 | |
user_prefs_export.h | D | 03-May-2024 | 805 | 30 | 20 |
README
1The //components/user_pref component provides: 2 3a) The UserPrefs class, where components dependent on looking up 4preferences associated with users can look them up by 5content::BrowserContext. 6 7b) A place for PrefRegistrySyncable to live, where it can be used by 8components that need to register preferences associated with users. 9