| Index: chrome/browser/prefs/browser_prefs.h
|
| diff --git a/chrome/browser/prefs/browser_prefs.h b/chrome/browser/prefs/browser_prefs.h
|
| index 022f4a6a5fa55a5e998195bc02631b4569fdd8df..be8234d38ca27f49a3d2601a1157f79604784626 100644
|
| --- a/chrome/browser/prefs/browser_prefs.h
|
| +++ b/chrome/browser/prefs/browser_prefs.h
|
| @@ -12,8 +12,10 @@ class Profile;
|
|
|
| namespace chrome {
|
|
|
| -// Makes the PrefService objects aware of all the prefs.
|
| -void RegisterLocalState(PrefService* local_state, PrefRegistrySimple* registry);
|
| +// Register all prefs that will be used via the local state PrefService.
|
| +void RegisterLocalState(PrefRegistrySimple* registry);
|
| +
|
| +// Register all prefs that will be used via a PrefService attached to a Profile.
|
| void RegisterUserPrefs(PrefService* user_prefs, PrefRegistrySyncable* registry);
|
|
|
| // Migrates prefs from |local_state| to |profile|'s pref store.
|
|
|