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

Unified Diff: blimp/client/public/session/assignment.h

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/client_network_components.cc ('k') | blimp/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/public/session/assignment.h
diff --git a/blimp/client/public/session/assignment.h b/blimp/client/public/session/assignment.h
index ea755158d80a3694d12f8e8f0f76ca8a957e369e..de6cd25672fc4d230976df798c382ec74df773d5 100644
--- a/blimp/client/public/session/assignment.h
+++ b/blimp/client/public/session/assignment.h
@@ -58,7 +58,7 @@ struct Assignment {
net::IPEndPoint engine_endpoint;
// Used to authenticate to the specified engine.
- std::string client_token;
+ std::string client_auth_token;
// Specifies the engine's X.509 certificate.
scoped_refptr<net::X509Certificate> cert;
« no previous file with comments | « blimp/client/core/session/client_network_components.cc ('k') | blimp/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698