Update to Chromium version 122.0.6261.18

This commit is contained in:
Marshall Greenblatt
2024-02-01 14:28:51 +00:00
committed by Marshall Greenblatt
parent f3f83ff8cf
commit 3d83c932f1
6 changed files with 19 additions and 19 deletions

View File

@ -10,10 +10,10 @@ index 0e563dbb253ca..891b2bbc3785c 100644
+// This load will not send any cookies. For CEF usage.
+LOAD_FLAG(DO_NOT_SEND_COOKIES, 1 << 20)
diff --git net/url_request/url_request_http_job.cc net/url_request/url_request_http_job.cc
index 6eeea59318bbc..6e46770ca0f74 100644
index 3afc5526490ed..096d171e93edc 100644
--- net/url_request/url_request_http_job.cc
+++ net/url_request/url_request_http_job.cc
@@ -1850,7 +1850,8 @@ bool URLRequestHttpJob::ShouldAddCookieHeader() const {
@@ -1890,7 +1890,8 @@ bool URLRequestHttpJob::ShouldAddCookieHeader() const {
// Read cookies whenever allow_credentials() is true, even if the PrivacyMode
// is being overridden by NetworkDelegate and will eventually block them, as
// blocked cookies still need to be logged in that case.