| 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 d2ecc1475f4caef5b9e418a41bbe238bf001bc9f..e1ae0c2234834c11761d18f29f67b4b11d9b9bcf 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -26,6 +26,8 @@
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/extensions/extension_special_storage_policy.h"
|
| #include "chrome/browser/extensions/extension_system.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/net/proxy_service_factory.h"
|
| #include "chrome/browser/plugins/chrome_plugin_service_filter.h"
|
| @@ -324,7 +326,7 @@ HostContentSettingsMap* OffTheRecordProfileImpl::GetHostContentSettingsMap() {
|
|
|
| content::GeolocationPermissionContext*
|
| OffTheRecordProfileImpl::GetGeolocationPermissionContext() {
|
| - return profile_->GetGeolocationPermissionContext();
|
| + return ChromeGeolocationPermissionContextFactory::GetForProfile(this);
|
| }
|
|
|
| content::SpeechRecognitionPreferences*
|
|
|