Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: net/http/http_auth_handler_ntlm_win.cc

Issue 1215643003: Remove -Wno-unused-private-field clang warning suppression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/http/http_auth_handler_ntlm_win.cc
diff --git a/net/http/http_auth_handler_ntlm_win.cc b/net/http/http_auth_handler_ntlm_win.cc
index acc6fc15e2ea62b54549e088918dcb6475182296..f471ea97206d1d54c6e356333b25b1b933d60d7e 100644
--- a/net/http/http_auth_handler_ntlm_win.cc
+++ b/net/http/http_auth_handler_ntlm_win.cc
@@ -44,7 +44,6 @@ bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
HttpAuthHandlerNTLM::Factory::Factory()
: max_token_length_(0),
- first_creation_(true),
is_unsupported_(false) {
}

Powered by Google App Engine
This is Rietveld 408576698