| 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 13c48bee09a9333785f068b16eca6347a7276ccf..0e131796bb3d8763522b39466b21a992cb3a3d66 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -25,6 +25,7 @@
|
| #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/guest_view/guest_view_manager.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"
|
| @@ -423,6 +424,11 @@ content::GeolocationPermissionContext*
|
| return ChromeGeolocationPermissionContextFactory::GetForProfile(this);
|
| }
|
|
|
| +content::BrowserPluginGuestManagerDelegate*
|
| + OffTheRecordProfileImpl::GetGuestManagerDelegate() {
|
| + return GuestViewManager::FromBrowserContext(this);
|
| +}
|
| +
|
| quota::SpecialStoragePolicy*
|
| OffTheRecordProfileImpl::GetSpecialStoragePolicy() {
|
| return GetExtensionSpecialStoragePolicy();
|
|
|