Update to Chromium version 117.0.5895.0 (#1171312)

This commit is contained in:
Marshall Greenblatt
2023-07-20 18:11:34 -04:00
parent 1353677a98
commit 8b46735b79
78 changed files with 489 additions and 476 deletions

View File

@ -1,8 +1,8 @@
diff --git content/browser/storage_partition_impl.cc content/browser/storage_partition_impl.cc
index 710d5ce9e029e..052c820aab988 100644
index 005de7ebb48f3..1ccc2fb5bd195 100644
--- content/browser/storage_partition_impl.cc
+++ content/browser/storage_partition_impl.cc
@@ -502,10 +502,6 @@ class LoginHandlerDelegate {
@@ -507,10 +507,6 @@ class LoginHandlerDelegate {
}
WebContents* web_contents = web_contents_getter_.Run();
@ -13,7 +13,7 @@ index 710d5ce9e029e..052c820aab988 100644
// WeakPtr is not strictly necessary here due to OnRequestCancelled.
creating_login_delegate_ = true;
@@ -557,12 +553,6 @@ void OnAuthRequiredContinuation(
@@ -562,12 +558,6 @@ void OnAuthRequiredContinuation(
mojo::PendingRemote<network::mojom::AuthChallengeResponder>
auth_challenge_responder,
base::RepeatingCallback<WebContents*(void)> web_contents_getter) {
@ -26,7 +26,7 @@ index 710d5ce9e029e..052c820aab988 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,
@@ -3119,8 +3109,12 @@ void StoragePartitionImpl::GetQuotaSettings(
@@ -3214,8 +3204,12 @@ void StoragePartitionImpl::GetQuotaSettings(
return;
}
@ -40,7 +40,7 @@ index 710d5ce9e029e..052c820aab988 100644
storage::GetDefaultDeviceInfoHelper(), std::move(callback));
}
@@ -3130,9 +3124,12 @@ void StoragePartitionImpl::InitNetworkContext() {
@@ -3225,9 +3219,12 @@ void StoragePartitionImpl::InitNetworkContext() {
cert_verifier::mojom::CertVerifierCreationParamsPtr
cert_verifier_creation_params =
cert_verifier::mojom::CertVerifierCreationParams::New();