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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 11633020: Re-enable about:flags on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nilesh's comments Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index b94c03a20ab8a175a4b8be3e4db87f327fee9496..204a536a5852f2fe0ef0a868db7e9976705c6615 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -152,6 +152,7 @@ void RegisterLocalState(PrefServiceSimple* local_state) {
browser_shutdown::RegisterPrefs(local_state);
chrome::RegisterScreenshotPrefs(local_state);
ExternalProtocolHandler::RegisterPrefs(local_state);
+ FlagsUI::RegisterPrefs(local_state);
geolocation::RegisterPrefs(local_state);
IntranetRedirectDetector::RegisterPrefs(local_state);
KeywordEditorController::RegisterPrefs(local_state);
@@ -163,6 +164,7 @@ void RegisterLocalState(PrefServiceSimple* local_state) {
PromoResourceService::RegisterPrefs(local_state);
SigninManagerFactory::RegisterPrefs(local_state);
SSLConfigServiceManager::RegisterPrefs(local_state);
+ UpgradeDetector::RegisterPrefs(local_state);
WebCacheManager::RegisterPrefs(local_state);
#if defined(ENABLE_PLUGINS)
@@ -195,9 +197,7 @@ void RegisterLocalState(PrefServiceSimple* local_state) {
BackgroundModeManager::RegisterPrefs(local_state);
chrome_variations::VariationsService::RegisterPrefs(local_state);
RegisterBrowserPrefs(local_state);
- FlagsUI::RegisterPrefs(local_state);
ManagedMode::RegisterPrefs(local_state);
- UpgradeDetector::RegisterPrefs(local_state);
#endif
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/browser/lifetime/application_lifetime_android.cc ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698