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

Unified Diff: blimp/common/proto/protocol_control.proto

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/common/logging_unittest.cc ('k') | blimp/common/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/protocol_control.proto
diff --git a/blimp/common/proto/protocol_control.proto b/blimp/common/proto/protocol_control.proto
index f2f705605a441e4b08821bdc5c0d8293ec85d149..765f731439ff3ff9f404906eb397568e580ab11a 100644
--- a/blimp/common/proto/protocol_control.proto
+++ b/blimp/common/proto/protocol_control.proto
@@ -15,7 +15,7 @@ message CheckpointAckMessage {
// Contains Client->Engine information to establish an authenticated connection.
message StartConnectionMessage {
- optional string client_token = 1;
+ optional string client_auth_token = 1;
optional int32 protocol_version = 2;
}
« no previous file with comments | « blimp/common/logging_unittest.cc ('k') | blimp/common/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698