summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbertb@chromium.org <albertb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-09 21:41:40 +0000
committeralbertb@chromium.org <albertb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-09 21:41:40 +0000
commitbebe005183359b31c87fdadaabc5898355f5d5c0 (patch)
treebc6f9e1d567b9a4e65148466ee0f218847e2519c
parentb61c87bf2666476172b1fb4567f3363263fdca26 (diff)
downloadchromium_src-bebe005183359b31c87fdadaabc5898355f5d5c0.zip
chromium_src-bebe005183359b31c87fdadaabc5898355f5d5c0.tar.gz
chromium_src-bebe005183359b31c87fdadaabc5898355f5d5c0.tar.bz2
Reconcile the sync protos with the server-side version.
BUG=68572 TEST=none Review URL: http://codereview.chromium.org/6461025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74335 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/sync/protocol/sync.proto7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/sync/protocol/sync.proto b/chrome/browser/sync/protocol/sync.proto
index 1b778f3..e60d209 100644
--- a/chrome/browser/sync/protocol/sync.proto
+++ b/chrome/browser/sync/protocol/sync.proto
@@ -309,6 +309,11 @@ message DataTypeProgressMarker {
// will perform a get updates operation as normal from the indicated
// timestamp, and return only an opaque progress token.
optional int64 timestamp_token_for_migration = 3;
+
+ // An opaque-to-the-client string of bytes, received through a notification,
+ // that the server may interpret as a hint about the location of the latest
+ // version of the data for this type.
+ optional string notification_hint = 4;
}
message GetUpdatesMessage {
@@ -366,7 +371,7 @@ message ClearUserDataResponse {
message ClientToServerMessage {
required string share = 1;
- optional int32 protocol_version = 2 [default = 25];
+ optional int32 protocol_version = 2 [default = 26];
enum Contents {
COMMIT = 1;
GET_UPDATES = 2;