Fix a crash when loading the PDF extension in multiple browsers with a custom CefRequestContext (issue #1757).

This commit is contained in:
Marshall Greenblatt
2015-11-16 12:32:44 -05:00
parent c6855b4489
commit 3b5b58fb78
3 changed files with 22 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ bool ShouldProxyUserData(const void* key) {
// If this value is not proxied then CefBrowserContextImpl::GetGuestManager()
// returns NULL.
// See also CefExtensionsAPIClient::CreateGuestViewManagerDelegate.
if (key == guest_view::kGuestViewManagerKeyName)
return true;