Index: chrome/browser/sync/protocol/sync.proto |
diff --git a/chrome/browser/sync/protocol/sync.proto b/chrome/browser/sync/protocol/sync.proto |
index d88cfac02ab80ec9b6f1ef01f9f26c57123894c4..cedcb969b5b42f709f663537ed1a3f95f3944602 100644 |
--- a/chrome/browser/sync/protocol/sync.proto |
+++ b/chrome/browser/sync/protocol/sync.proto |
@@ -407,7 +407,7 @@ message ClearUserDataResponse { |
message ClientToServerMessage { |
required string share = 1; |
- optional int32 protocol_version = 2 [default = 28]; |
+ optional int32 protocol_version = 2 [default = 29]; |
enum Contents { |
COMMIT = 1; |
GET_UPDATES = 2; |