| Index: chrome/browser/prefs/browser_prefs.cc
|
| ===================================================================
|
| --- chrome/browser/prefs/browser_prefs.cc (revision 72270)
|
| +++ chrome/browser/prefs/browser_prefs.cc (working copy)
|
| @@ -86,7 +86,6 @@
|
| void RegisterLocalState(PrefService* local_state) {
|
| // Prefs in Local State
|
| Browser::RegisterPrefs(local_state);
|
| - FlagsUI::RegisterPrefs(local_state);
|
| WebCacheManager::RegisterPrefs(local_state);
|
| ExternalProtocolHandler::RegisterPrefs(local_state);
|
| GoogleURLTracker::RegisterPrefs(local_state);
|
| @@ -129,6 +128,7 @@
|
| TemplateURLPrepopulateData::RegisterUserPrefs(user_prefs);
|
| ExtensionDOMUI::RegisterUserPrefs(user_prefs);
|
| ExtensionsUI::RegisterUserPrefs(user_prefs);
|
| + FlagsUI::RegisterUserPrefs(user_prefs);
|
| NewTabUI::RegisterUserPrefs(user_prefs);
|
| PluginsUI::RegisterUserPrefs(user_prefs);
|
| ProfileImpl::RegisterUserPrefs(user_prefs);
|
|
|