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

Unified Diff: net/http/http_auth_handler_negotiate.cc

Issue 2315613002: Extracted NetLog class's inner enum types into their own enum classes and (Closed)
Patch Set: Ran "git cl format" on code. Much formatting ensued. Created 4 years, 3 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
« no previous file with comments | « net/http/http_auth_handler.cc ('k') | net/http/http_auth_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_handler_negotiate.cc
diff --git a/net/http/http_auth_handler_negotiate.cc b/net/http/http_auth_handler_negotiate.cc
index c9f35124e57f0ae0b01497d7724cf3568f187021..dd43eb3a849bc00dd2ed303b2efe5cd627fca317 100644
--- a/net/http/http_auth_handler_negotiate.cc
+++ b/net/http/http_auth_handler_negotiate.cc
@@ -18,6 +18,7 @@
#include "net/http/http_auth_filter.h"
#include "net/http/http_auth_preferences.h"
#include "net/log/net_log.h"
+#include "net/log/net_log_event_type.h"
#include "net/ssl/ssl_info.h"
namespace net {
@@ -240,7 +241,7 @@ bool HttpAuthHandlerNegotiate::Init(HttpAuthChallengeTokenizer* challenge,
&channel_bindings_);
if (!channel_bindings_.empty())
net_log_.AddEvent(
- NetLog::TYPE_AUTH_CHANNEL_BINDINGS,
+ NetLogEventType::AUTH_CHANNEL_BINDINGS,
base::Bind(&NetLogParameterChannelBindings, channel_bindings_));
return true;
}
« no previous file with comments | « net/http/http_auth_handler.cc ('k') | net/http/http_auth_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698