Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 1887528fa26e6d8764f406ea374897617ca95137..61e591fccdc537f241172ed71cb261c40eddb617 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -41,8 +41,6 @@ |
#include "chrome/browser/download/download_service_factory.h" |
#include "chrome/browser/extensions/extension_service.h" |
#include "chrome/browser/extensions/extension_special_storage_policy.h" |
-#include "chrome/browser/geolocation/chrome_geolocation_permission_context.h" |
-#include "chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h" |
#include "chrome/browser/history/top_sites.h" |
#include "chrome/browser/media/chrome_midi_permission_context.h" |
#include "chrome/browser/media/chrome_midi_permission_context_factory.h" |
@@ -1069,11 +1067,6 @@ HostContentSettingsMap* ProfileImpl::GetHostContentSettingsMap() { |
return host_content_settings_map_.get(); |
} |
-content::GeolocationPermissionContext* |
- ProfileImpl::GetGeolocationPermissionContext() { |
- return ChromeGeolocationPermissionContextFactory::GetForProfile(this); |
-} |
- |
content::BrowserPluginGuestManager* ProfileImpl::GetGuestManager() { |
#if defined(ENABLE_EXTENSIONS) |
return GuestViewManager::FromBrowserContext(this); |