Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: components/user_prefs/README

Issue 12340111: Introduce //components/user_prefs, use to eliminate c/b/prefs dependency in Autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge of LKGR Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698