Chromium Code Reviews| 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; |
|
maniscalco
2016/08/30 18:05:09
I'm not so sure I'd change this proto field name s
Wez
2016/09/01 02:29:26
My preference would be to rename it here, for cons
maniscalco
2016/09/01 14:44:30
I'm fine with renaming it as well, but just so we'
CJ
2016/09/01 23:18:22
Acknowledged.
|
| optional int32 protocol_version = 2; |
| } |