summaryrefslogtreecommitdiff
path: root/chromium/net/http/http_auth_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/http/http_auth_controller.h')
-rw-r--r--chromium/net/http/http_auth_controller.h4
1 files changed, 2 insertions, 2 deletions
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