| Index: sync/protocol/sync.proto
|
| diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
|
| index df302e3f213aea19184afa60b7fb1dd80f5b15cb..2c79c228c7a6529ff4d54be39b44372be4930147 100644
|
| --- a/sync/protocol/sync.proto
|
| +++ b/sync/protocol/sync.proto
|
| @@ -492,6 +492,13 @@ message GetUpdateTriggers {
|
| //
|
| // Introduced in M38.
|
| optional bool initial_sync_in_progress = 7;
|
| +
|
| + // This flag is set if this GetUpdate request is due to client receiving
|
| + // conflict response from server, so client needs to sync and then resolve
|
| + // conflict locally, and then commit again.
|
| + //
|
| + // Introduced in M42.
|
| + optional bool sync_for_resolve_conflict_in_progress = 8;
|
| }
|
|
|
| message GarbageCollectionDirective {
|
|
|