Update to Chromium version 118.0.5993.0 (#1192594)

This commit is contained in:
Marshall Greenblatt
2023-09-15 15:51:43 -04:00
parent 4df2933516
commit 27c6a4eabc
92 changed files with 571 additions and 527 deletions

View File

@@ -1,8 +1,8 @@
diff --git content/browser/storage_partition_impl.cc content/browser/storage_partition_impl.cc
index 6eb273a7efe22..f5e4079a0a66b 100644
index 421063895a58f..9d43a6f76a4dd 100644
--- content/browser/storage_partition_impl.cc
+++ content/browser/storage_partition_impl.cc
@@ -535,10 +535,6 @@ class LoginHandlerDelegate {
@@ -538,10 +538,6 @@ class LoginHandlerDelegate {
}
WebContents* web_contents = web_contents_getter_.Run();
@@ -13,7 +13,7 @@ index 6eb273a7efe22..f5e4079a0a66b 100644
// WeakPtr is not strictly necessary here due to OnRequestCancelled.
creating_login_delegate_ = true;
@@ -590,12 +586,6 @@ void OnAuthRequiredContinuation(
@@ -593,12 +589,6 @@ void OnAuthRequiredContinuation(
mojo::PendingRemote<network::mojom::AuthChallengeResponder>
auth_challenge_responder,
base::RepeatingCallback<WebContents*(void)> web_contents_getter) {
@@ -26,7 +26,7 @@ index 6eb273a7efe22..f5e4079a0a66b 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,
@@ -3235,8 +3225,12 @@ void StoragePartitionImpl::GetQuotaSettings(
@@ -3250,8 +3240,12 @@ void StoragePartitionImpl::GetQuotaSettings(
return;
}
@@ -40,7 +40,7 @@ index 6eb273a7efe22..f5e4079a0a66b 100644
storage::GetDefaultDeviceInfoHelper(), std::move(callback));
}
@@ -3246,9 +3240,12 @@ void StoragePartitionImpl::InitNetworkContext() {
@@ -3261,9 +3255,12 @@ void StoragePartitionImpl::InitNetworkContext() {
cert_verifier::mojom::CertVerifierCreationParamsPtr
cert_verifier_creation_params =
cert_verifier::mojom::CertVerifierCreationParams::New();