From 8961cdbbb2a2d9b302e146d3e29d2db72fd86a17 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 20 Jan 2022 14:26:51 +0000 Subject: [PATCH] Update to Chromium version 97.0.4692.99 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/content_2015.patch | 2 +- patch/patches/net_cookie_flags.patch | 2 +- patch/patches/print_preview_123.patch | 2 +- patch/patches/services_network_2718.patch | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index fcae623a0..de9db0d3d 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,6 +7,6 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/97.0.4692.71', + 'chromium_checkout': 'refs/tags/97.0.4692.99', 'depot_tools_checkout': 'f7b8f8f3cd' } diff --git a/patch/patches/content_2015.patch b/patch/patches/content_2015.patch index aa38b2f7a..992022e1f 100644 --- a/patch/patches/content_2015.patch +++ b/patch/patches/content_2015.patch @@ -12,7 +12,7 @@ index 687de58ebbf49..b2588b21b2462 100644 GetContentClient()->browser()->GetUserAgent()); version.SetString("V8-Version", V8_VERSION_STRING); diff --git content/browser/loader/navigation_url_loader_impl.cc content/browser/loader/navigation_url_loader_impl.cc -index 20748b3098d8b..f6a7e94f8d0af 100644 +index 711636aecf1e4..e47ab13944050 100644 --- content/browser/loader/navigation_url_loader_impl.cc +++ content/browser/loader/navigation_url_loader_impl.cc @@ -660,6 +660,13 @@ NavigationURLLoaderImpl::PrepareForNonInterceptedRequest( diff --git a/patch/patches/net_cookie_flags.patch b/patch/patches/net_cookie_flags.patch index 320889a5e..739d62505 100644 --- a/patch/patches/net_cookie_flags.patch +++ b/patch/patches/net_cookie_flags.patch @@ -10,7 +10,7 @@ index 96d1a51ec1078..e8120a818b1f2 100644 +// This load will not send any cookies. For CEF usage. +LOAD_FLAG(DO_NOT_SEND_COOKIES, 1 << 17) diff --git net/url_request/url_request_http_job.cc net/url_request/url_request_http_job.cc -index 2e1817d58e838..e06bad87e88a1 100644 +index 62c2f9b66391b..cc1353ab995c9 100644 --- net/url_request/url_request_http_job.cc +++ net/url_request/url_request_http_job.cc @@ -588,7 +588,8 @@ void URLRequestHttpJob::AddCookieHeaderAndStart() { diff --git a/patch/patches/print_preview_123.patch b/patch/patches/print_preview_123.patch index b27b81ca6..36e0b1fc5 100644 --- a/patch/patches/print_preview_123.patch +++ b/patch/patches/print_preview_123.patch @@ -58,7 +58,7 @@ index 434d4781e2342..2bdd03803c6f8 100644 // Add an entry to the map. preview_dialog_map_[preview_dialog] = initiator; diff --git chrome/browser/printing/print_view_manager_base.cc chrome/browser/printing/print_view_manager_base.cc -index c3388853baa3c..dcbf66193ea23 100644 +index 8822214fba0bd..84e8bb4e3b56d 100644 --- chrome/browser/printing/print_view_manager_base.cc +++ chrome/browser/printing/print_view_manager_base.cc @@ -21,6 +21,7 @@ diff --git a/patch/patches/services_network_2718.patch b/patch/patches/services_network_2718.patch index c88a6371f..31cc6cc26 100644 --- a/patch/patches/services_network_2718.patch +++ b/patch/patches/services_network_2718.patch @@ -1,5 +1,5 @@ diff --git content/browser/storage_partition_impl.cc content/browser/storage_partition_impl.cc -index 003e4cb5339b7..26d9a81a81d1c 100644 +index 27ec7f5b140e7..2171172e72d7e 100644 --- content/browser/storage_partition_impl.cc +++ content/browser/storage_partition_impl.cc @@ -476,10 +476,6 @@ class LoginHandlerDelegate {