Update to Chromium version 129.0.6668.22

This commit is contained in:
Marshall Greenblatt
2024-08-30 07:52:56 +00:00
committed by Marshall Greenblatt
parent 463bda9a4e
commit 01f47cd36f
4 changed files with 77 additions and 77 deletions

View File

@ -10,10 +10,10 @@ index aeb79b46f5d21..bd57e874c1240 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 59089072e7c97..09d0b6e64a4d6 100644
index dc8999337c27b..13ea40deba44f 100644
--- net/url_request/url_request_http_job.cc
+++ net/url_request/url_request_http_job.cc
@@ -2053,7 +2053,8 @@ bool URLRequestHttpJob::ShouldAddCookieHeader() const {
@@ -2056,7 +2056,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.