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

Unified Diff: blimp/net/client_connection_manager.cc

Issue 2281783002: Changes client_token to be client_auth_token. (Closed)
Patch Set: Linting. 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 | « blimp/net/client_connection_manager.h ('k') | blimp/net/client_connection_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/client_connection_manager.cc
diff --git a/blimp/net/client_connection_manager.cc b/blimp/net/client_connection_manager.cc
index c4e16b71611bbc43900b0a5e9dd6c7b1dde9eb82..4218b2d512796e53e5b15e2a8b0a9bad41f075e8 100644
--- a/blimp/net/client_connection_manager.cc
+++ b/blimp/net/client_connection_manager.cc
@@ -73,7 +73,7 @@ void ClientConnectionManager::SendAuthenticationMessage(
std::unique_ptr<BlimpConnection> connection) {
DVLOG(1) << "Sending authentication message.";
connection->GetOutgoingMessageProcessor()->ProcessMessage(
- CreateStartConnectionMessage(client_token_, kProtocolVersion),
+ CreateStartConnectionMessage(client_auth_token_, kProtocolVersion),
base::Bind(&ClientConnectionManager::OnAuthenticationMessageSent,
weak_factory_.GetWeakPtr(),
base::Passed(std::move(connection))));
« no previous file with comments | « blimp/net/client_connection_manager.h ('k') | blimp/net/client_connection_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698