mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove Chromium patches that are no longer required (see issue #2622).
This commit is contained in:
@ -316,11 +316,6 @@ CefRefPtr<CefBrowserHostImpl> CefBrowserHostImpl::Create(
|
||||
request_context_impl->GetBrowserContext();
|
||||
DCHECK(browser_context);
|
||||
|
||||
// A StoragePartitionImplMap must already exist for the BrowserContext. See
|
||||
// additional comments in CefBrowserContext::Initialize().
|
||||
DCHECK(browser_context->GetUserData(
|
||||
content::BrowserContext::GetStoragePartitionMapUserDataKey()));
|
||||
|
||||
if (!create_params.request_context) {
|
||||
// Using the global request context.
|
||||
create_params.request_context = request_context_impl.get();
|
||||
|
Reference in New Issue
Block a user