| Index: sync/protocol/sync.proto
|
| diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
|
| index 5e637ed39c0ca4ff7464d38fc9ac9bb935170edd..618e12976ae01cda8d19866cd1699adb3b0f86f8 100644
|
| --- a/sync/protocol/sync.proto
|
| +++ b/sync/protocol/sync.proto
|
| @@ -499,6 +499,9 @@ message ClientToServerMessage {
|
| // Per-client state for use by the server. Sent with every message sent to the
|
| // server.
|
| optional ChipBag bag_of_chips = 11;
|
| +
|
| + // Google API key.
|
| + optional string api_key = 12;
|
| };
|
|
|
| message CommitResponse {
|
|
|