summaryrefslogtreecommitdiffstats
path: root/components/user_prefs/README
blob: a7ca50936d20b097e762c6d0a6cb8819ea961db4 (plain)
1
2
3
4
5
6
7
8
The //components/user_pref component provides:

a) The UserPrefs class, where components dependent on looking up
preferences associated with users can look them up by
content::BrowserContext.

b) A place for PrefRegistrySyncable to live, where it can be used by
components that need to register preferences associated with users.