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

Unified Diff: sync/protocol/sync.proto

Issue 10916276: sync: add Google API Key to all ClientToServerMessages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
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 {

Powered by Google App Engine
This is Rietveld 408576698