From 33fc33aa94d4add0878ec30dc818e34e1dd3cc2a Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 7 Sep 2022 13:12:05 +0200 Subject: BASELINE: Update Chromium to 104.0.5112.120 Change-Id: I5d2726c2ab018d75d055739b6ba64317904f05bb Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/438935 Reviewed-by: Allan Sandfeld Jensen --- chromium/net/http/http_auth_controller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chromium/net/http/http_auth_controller.h') diff --git a/chromium/net/http/http_auth_controller.h b/chromium/net/http/http_auth_controller.h index 5d9b4b04b5a..6b346bd1be7 100644 --- a/chromium/net/http/http_auth_controller.h +++ b/chromium/net/http/http_auth_controller.h @@ -226,11 +226,11 @@ class NET_EXPORT_PRIVATE HttpAuthController // True if we've used the username:password embedded in the URL. This // makes sure we use the embedded identity only once for the transaction, // preventing an infinite auth restart loop. - bool embedded_identity_used_; + bool embedded_identity_used_ = false; // True if default credentials have already been tried for this transaction // in response to an HTTP authentication challenge. - bool default_credentials_used_; + bool default_credentials_used_ = false; // These two are owned by the HttpNetworkSession/IOThread, which own the // objects which reference |this|. Therefore, these raw pointers are valid -- cgit v1.2.1