diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 05:40:06 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 05:40:06 +0000 |
commit | 61161fdc716423ae44471cb08893977a8ed995ae (patch) | |
tree | 7e15efa48ae620addf6bfd7966835b99d1600022 /sync/protocol/sync.proto | |
parent | 9874e3fbb370cab52617c2d4dd64340d75a9c8b2 (diff) | |
download | chromium_src-61161fdc716423ae44471cb08893977a8ed995ae.zip chromium_src-61161fdc716423ae44471cb08893977a8ed995ae.tar.gz chromium_src-61161fdc716423ae44471cb08893977a8ed995ae.tar.bz2 |
sync: add Google API Key to all ClientToServerMessages.
Also move setting of "must have" sync fields to PostClientToServerMessage (from DownloadUpdatesCommand & BuildCommitCommand).
Needed for M23 branch.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10916276
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/protocol/sync.proto')
-rw-r--r-- | sync/protocol/sync.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto index 5e637ed..618e129 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 { |