mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 106.0.5249.61
This commit is contained in:
committed by
Marshall Greenblatt
parent
cbdc66c0ab
commit
1389ac0dcd
@@ -1,8 +1,8 @@
|
||||
diff --git content/browser/storage_partition_impl.cc content/browser/storage_partition_impl.cc
|
||||
index ed2ca3323d9bc..8720dfc91c8fb 100644
|
||||
index e3d2e62326f20..8214d958b0faa 100644
|
||||
--- content/browser/storage_partition_impl.cc
|
||||
+++ content/browser/storage_partition_impl.cc
|
||||
@@ -491,10 +491,6 @@ class LoginHandlerDelegate {
|
||||
@@ -492,10 +492,6 @@ class LoginHandlerDelegate {
|
||||
}
|
||||
|
||||
WebContents* web_contents = web_contents_getter_.Run();
|
||||
@@ -13,7 +13,7 @@ index ed2ca3323d9bc..8720dfc91c8fb 100644
|
||||
|
||||
// WeakPtr is not strictly necessary here due to OnRequestCancelled.
|
||||
creating_login_delegate_ = true;
|
||||
@@ -546,12 +542,6 @@ void OnAuthRequiredContinuation(
|
||||
@@ -547,12 +543,6 @@ void OnAuthRequiredContinuation(
|
||||
mojo::PendingRemote<network::mojom::AuthChallengeResponder>
|
||||
auth_challenge_responder,
|
||||
base::RepeatingCallback<WebContents*(void)> web_contents_getter) {
|
||||
@@ -26,7 +26,7 @@ index ed2ca3323d9bc..8720dfc91c8fb 100644
|
||||
new LoginHandlerDelegate(
|
||||
std::move(auth_challenge_responder), std::move(web_contents_getter),
|
||||
auth_info, is_request_for_primary_main_frame, process_id, request_id, url,
|
||||
@@ -2844,8 +2834,12 @@ void StoragePartitionImpl::GetQuotaSettings(
|
||||
@@ -2854,8 +2844,12 @@ void StoragePartitionImpl::GetQuotaSettings(
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ index ed2ca3323d9bc..8720dfc91c8fb 100644
|
||||
storage::GetDefaultDeviceInfoHelper(), std::move(callback));
|
||||
}
|
||||
|
||||
@@ -2855,9 +2849,12 @@ void StoragePartitionImpl::InitNetworkContext() {
|
||||
@@ -2865,9 +2859,12 @@ void StoragePartitionImpl::InitNetworkContext() {
|
||||
cert_verifier::mojom::CertVerifierCreationParamsPtr
|
||||
cert_verifier_creation_params =
|
||||
cert_verifier::mojom::CertVerifierCreationParams::New();
|
||||
|
Reference in New Issue
Block a user