| Index: chrome/browser/sync/protocol/sync.proto
|
| diff --git a/chrome/browser/sync/protocol/sync.proto b/chrome/browser/sync/protocol/sync.proto
|
| index 2fee8da09a8a8547cb9b48754fe4eec74500be9e..80cef9ff0373c7abb47a38afa4c6a333457155f1 100644
|
| --- a/chrome/browser/sync/protocol/sync.proto
|
| +++ b/chrome/browser/sync/protocol/sync.proto
|
| @@ -419,7 +419,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;
|
|
|