diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 20:54:18 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-17 20:54:18 +0000 |
commit | 5258a87afdf228e98011959aded19bee3c92ea71 (patch) | |
tree | 6e65e4234bcbd11ed0cb2a305f3ecc07f2bb5d90 /sync | |
parent | 24df567693f3b0ebb4577fb857e562c6937f66c2 (diff) | |
download | chromium_src-5258a87afdf228e98011959aded19bee3c92ea71.zip chromium_src-5258a87afdf228e98011959aded19bee3c92ea71.tar.gz chromium_src-5258a87afdf228e98011959aded19bee3c92ea71.tar.bz2 |
sync: add comment to SyncerProtoUtil
Follow up from http://codereview.chromium.org/10916276/
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10911341
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r-- | sync/engine/syncer_proto_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h index 8256dbd..b78a350 100644 --- a/sync/engine/syncer_proto_util.h +++ b/sync/engine/syncer_proto_util.h @@ -42,6 +42,8 @@ class SyncerProtoUtil { // Posts the given message and fills the buffer with the returned value. // Returns true on success. Also handles store birthday verification: will // produce a SyncError if the birthday is incorrect. + // NOTE: This will add all fields that must be sent on every request, which + // includes store birthday, protocol version, client chips, api keys, etc. static SyncerError PostClientToServerMessage( sync_pb::ClientToServerMessage* msg, sync_pb::ClientToServerResponse* response, |