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

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

Issue 9836103: Fix most remaining WebUI link errors on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: browser_prefs.cc has dep on FlagsUI Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 3721bde3a1d9ba9148ce5ac0cbe6406766094280..3a885def626255770a7bcd688967700d5d27c714 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -112,7 +112,6 @@ void RegisterLocalState(PrefService* local_state) {
AppsPromo::RegisterPrefs(local_state);
browser_shutdown::RegisterPrefs(local_state);
ExternalProtocolHandler::RegisterPrefs(local_state);
- FlagsUI::RegisterPrefs(local_state);
geolocation::RegisterPrefs(local_state);
GoogleURLTracker::RegisterPrefs(local_state);
IntranetRedirectDetector::RegisterPrefs(local_state);
@@ -146,6 +145,7 @@ void RegisterLocalState(PrefService* local_state) {
#if !defined(OS_ANDROID)
BackgroundModeManager::RegisterPrefs(local_state);
Browser::RegisterPrefs(local_state);
+ FlagsUI::RegisterPrefs(local_state);
battre 2012/03/27 05:58:18 I think if you disable registration of these prefs
Yaron 2012/03/27 16:07:31 Ya, I guess it would crash when we tried to read i
NewTabPageHandler::RegisterPrefs(local_state);
printing::PrintJobManager::RegisterPrefs(local_state);
PromoResourceService::RegisterPrefs(local_state);
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698