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

Unified Diff: blimp/client/core/session/client_network_components.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/client/core/session/assignment_source_unittest.cc ('k') | blimp/client/public/session/assignment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/session/client_network_components.cc
diff --git a/blimp/client/core/session/client_network_components.cc b/blimp/client/core/session/client_network_components.cc
index effa4ba29e149a9c1e0a19c0a7733792668b9a5c..f8ce52490e48879aead78d0c7656ada5c1bf7a7b 100644
--- a/blimp/client/core/session/client_network_components.cc
+++ b/blimp/client/core/session/client_network_components.cc
@@ -33,7 +33,7 @@ void ClientNetworkComponents::ConnectWithAssignment(
DCHECK(io_thread_checker_.CalledOnValidThread());
DCHECK(connection_manager_);
- connection_manager_->set_client_token(assignment.client_token);
+ connection_manager_->set_client_auth_token(assignment.client_auth_token);
const char* transport_type = "UNKNOWN";
switch (assignment.transport_protocol) {
case Assignment::SSL:
« no previous file with comments | « blimp/client/core/session/assignment_source_unittest.cc ('k') | blimp/client/public/session/assignment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698