Commit 5d75fb5a authored by gangwu's avatar gangwu Committed by Commit bot

[Sync] Server side update the protocol version, because server side adding a...

[Sync] Server side update the protocol version, because server side adding a error type, which is partial_faulure. we already support this error type, so this change just need to update default version.

BUG=470736

Review URL: https://codereview.chromium.org/1030293002

Cr-Commit-Position: refs/heads/master@{#322329}
parent 78b99049
...@@ -714,7 +714,7 @@ message DataTypeContext { ...@@ -714,7 +714,7 @@ message DataTypeContext {
message ClientToServerMessage { message ClientToServerMessage {
required string share = 1; required string share = 1;
optional int32 protocol_version = 2 [default = 42]; optional int32 protocol_version = 2 [default = 43];
enum Contents { enum Contents {
COMMIT = 1; COMMIT = 1;
GET_UPDATES = 2; GET_UPDATES = 2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment