| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 183501ed83b692eda3596f2dd27a92c6cfdeb298..055ab2633ab41b73235dc0f3151b864ff40e1d47 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -43,6 +43,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"
|
| @@ -1070,6 +1071,11 @@ content::GeolocationPermissionContext*
|
| return ChromeGeolocationPermissionContextFactory::GetForProfile(this);
|
| }
|
|
|
| +content::BrowserPluginGuestManagerDelegate*
|
| + ProfileImpl::GetGuestManagerDelegate() {
|
| + return GuestViewManager::FromBrowserContext(this);
|
| +}
|
| +
|
| DownloadManagerDelegate* ProfileImpl::GetDownloadManagerDelegate() {
|
| return DownloadServiceFactory::GetForBrowserContext(this)->
|
| GetDownloadManagerDelegate();
|
|
|