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

Unified Diff: sync/protocol/sync.proto

Issue 298503002: sync: Enable typed tombstones commits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 1e9b66ab9b52e7cb37ff32d75240d84de0011cc3..276824272fe2f7835fa37389243dc885f5b99907 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -692,7 +692,7 @@ message DataTypeContext {
message ClientToServerMessage {
required string share = 1;
- optional int32 protocol_version = 2 [default = 32];
+ optional int32 protocol_version = 2 [default = 33];
haitaol1 2014/05/19 21:59:12 Do you have to change this? How is this used on se
rlarocque 2014/05/19 22:14:57 This is used to tell the server when semantics for
enum Contents {
COMMIT = 1;
GET_UPDATES = 2;
« sync/engine/commit_util.cc ('K') | « sync/engine/directory_commit_contribution_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698