Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 3162f4ca5100c2ebeaad96836c2e823b2d106a06..4054ce3ed913d487a44e2ac2be4001164f533dce 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -41,6 +41,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/history/top_sites.h" |
#include "chrome/browser/media/chrome_midi_permission_context.h" |
#include "chrome/browser/media/chrome_midi_permission_context_factory.h" |
@@ -1044,6 +1045,11 @@ content::GeolocationPermissionContext* |
return ChromeGeolocationPermissionContextFactory::GetForProfile(this); |
} |
+content::BrowserPluginGuestManagerDelegate* |
+ ProfileImpl::GetGuestManagerDelegate() { |
+ return GuestViewManager::FromBrowserContext(this); |
+} |
+ |
DownloadManagerDelegate* ProfileImpl::GetDownloadManagerDelegate() { |
return DownloadServiceFactory::GetForBrowserContext(this)-> |
GetDownloadManagerDelegate(); |