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

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

Issue 11587003: Make ChromeGeolocationPermissionContextFactory a ProfileKeyedServiceFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android compile error. Add GetInstance() call to ProfileDependencyManager. Created 8 years 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 153d286a4afb5f0ef50c7e0bad35879db7801e4b..ed27a57267fb800fb4661f354b9f8e231e538a6e 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -268,7 +268,6 @@ void RegisterUserPrefs(PrefService* user_prefs) {
#endif
#if defined(OS_ANDROID)
- geolocation::RegisterUserPrefs(user_prefs);
PromoHandler::RegisterUserPrefs(user_prefs);
#endif

Powered by Google App Engine
This is Rietveld 408576698