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

Unified Diff: blimp/common/logging.cc

Issue 2281783002: Changes client_token to be client_auth_token. (Closed)
Patch Set: Created 4 years, 4 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: blimp/common/logging.cc
diff --git a/blimp/common/logging.cc b/blimp/common/logging.cc
index 0402aa1f22c53f4f2deb5bbdbcd301015b3ce55e..03376b77b7c6baba83f70206c7a60ba72ebf24a2 100644
--- a/blimp/common/logging.cc
+++ b/blimp/common/logging.cc
@@ -199,7 +199,7 @@ void ExtractProtocolControlMessageFields(const BlimpMessage& message,
case ProtocolControlMessage::kStartConnection:
AddField("subtype", "START_CONNECTION", output);
AddField("client_token",
- message.protocol_control().start_connection().client_token(),
+ message.protocol_control().start_connection().client_auth_token(),
output);
AddField("protocol_version",
message.protocol_control().start_connection().protocol_version(),

Powered by Google App Engine
This is Rietveld 408576698