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

Unified Diff: chrome/browser/geolocation/geolocation_permission_context_factory.cc

Issue 1312453005: Removed Profile::GetHostContentSettingsMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed Notification Subscription from SupervisedProvider Created 5 years, 3 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/geolocation/geolocation_permission_context_factory.cc
diff --git a/chrome/browser/geolocation/geolocation_permission_context_factory.cc b/chrome/browser/geolocation/geolocation_permission_context_factory.cc
index 59168c5e73df02e3dfcb8c063d087401642dd551..4d08efff0e07dc1ba84e5bcbff3de53db4bc51d5 100644
--- a/chrome/browser/geolocation/geolocation_permission_context_factory.cc
+++ b/chrome/browser/geolocation/geolocation_permission_context_factory.cc
@@ -31,13 +31,13 @@ GeolocationPermissionContextFactory::GetInstance() {
#if !defined(OS_ANDROID)
GeolocationPermissionContextFactory::GeolocationPermissionContextFactory()
- : BrowserContextKeyedServiceFactory(
+ : PermissionContextFactoryBase(
"GeolocationPermissionContext",
BrowserContextDependencyManager::GetInstance()) {
}
#else
GeolocationPermissionContextFactory::GeolocationPermissionContextFactory()
- : BrowserContextKeyedServiceFactory(
+ : PermissionContextFactoryBase(
"GeolocationPermissionContextAndroid",
BrowserContextDependencyManager::GetInstance()) {
}

Powered by Google App Engine
This is Rietveld 408576698