Update to Chromium version 97.0.4692.99

This commit is contained in:
Marshall Greenblatt 2022-01-20 14:26:51 +00:00 committed by Marshall Greenblatt
parent 2b00258407
commit 8961cdbbb2
5 changed files with 5 additions and 5 deletions

View File

@ -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'
}

View File

@ -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(

View File

@ -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() {

View File

@ -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 @@

View File

@ -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 {