| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index 0c349b8b9f72899d13f34762c093084643086ea3..46ca5f5919b912799d8ec0b74f1040911d108a87 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -23,8 +23,6 @@
|
| #include "chrome/browser/extensions/api/web_request/web_request_api.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/io_thread.h"
|
| #include "chrome/browser/media/chrome_midi_permission_context.h"
|
| #include "chrome/browser/media/chrome_midi_permission_context_factory.h"
|
| @@ -421,11 +419,6 @@ HostContentSettingsMap* OffTheRecordProfileImpl::GetHostContentSettingsMap() {
|
| return host_content_settings_map_.get();
|
| }
|
|
|
| -content::GeolocationPermissionContext*
|
| - OffTheRecordProfileImpl::GetGeolocationPermissionContext() {
|
| - return ChromeGeolocationPermissionContextFactory::GetForProfile(this);
|
| -}
|
| -
|
| content::BrowserPluginGuestManager*
|
| OffTheRecordProfileImpl::GetGuestManager() {
|
| #if defined(ENABLE_EXTENSIONS)
|
|
|