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

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: Address sky'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
« no previous file with comments | « chrome/browser/geolocation/geolocation_prefs.h ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/geolocation/geolocation_prefs.cc
diff --git a/chrome/browser/geolocation/geolocation_prefs.cc b/chrome/browser/geolocation/geolocation_prefs.cc
index 92fd06e7af8e9d5650733639609132239a14d547..352e1f979d8f4c73c8d190c9451f41a5b77e3720 100644
--- a/chrome/browser/geolocation/geolocation_prefs.cc
+++ b/chrome/browser/geolocation/geolocation_prefs.cc
@@ -13,8 +13,4 @@ void RegisterPrefs(PrefServiceSimple* prefs) {
ChromeAccessTokenStore::RegisterPrefs(prefs);
}
-void RegisterUserPrefs(PrefServiceSyncable* user_prefs) {
- ChromeGeolocationPermissionContextFactory::RegisterUserPrefs(user_prefs);
-}
-
} // namespace geolocation
« no previous file with comments | « chrome/browser/geolocation/geolocation_prefs.h ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698