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

Unified Diff: chrome/browser/geolocation/geolocation_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/geolocation/geolocation_prefs.cc
diff --git a/chrome/browser/geolocation/geolocation_prefs.cc b/chrome/browser/geolocation/geolocation_prefs.cc
index 4f2826efd68767de6fdfb91d083e50f959844f6d..b01336fcb5909ce187e812a45e407e7d510abe72 100644
--- a/chrome/browser/geolocation/geolocation_prefs.cc
+++ b/chrome/browser/geolocation/geolocation_prefs.cc
@@ -13,8 +13,4 @@ void RegisterPrefs(PrefService* prefs) {
ChromeAccessTokenStore::RegisterPrefs(prefs);
}
-void RegisterUserPrefs(PrefService* user_prefs) {
- ChromeGeolocationPermissionContextFactory::RegisterUserPrefs(user_prefs);
-}
-
} // namespace geolocation

Powered by Google App Engine
This is Rietveld 408576698