| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 106a67739fcac3cab5aa6b8f501805946e5ee33b..1ddc4fc3f2c97e2869b59622598ef57a8d0f9310 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1053,7 +1053,7 @@ HostContentSettingsMap* ProfileImpl::GetHostContentSettingsMap() {
|
|
|
| content::BrowserPluginGuestManager* ProfileImpl::GetGuestManager() {
|
| #if defined(ENABLE_EXTENSIONS)
|
| - return extensions::GuestViewManager::FromBrowserContextIfAvailable(this);
|
| + return extensions::GuestViewManager::FromBrowserContext(this);
|
| #else
|
| return NULL;
|
| #endif
|
|
|