| Index: sync/protocol/sync_enums.proto
|
| diff --git a/sync/protocol/sync_enums.proto b/sync/protocol/sync_enums.proto
|
| index 9305c677384a481f73009390f5936eee3f9c52ad..6e1405b245acf6208908f85eece71a7f8d4f3b0d 100644
|
| --- a/sync/protocol/sync_enums.proto
|
| +++ b/sync/protocol/sync_enums.proto
|
| @@ -98,6 +98,7 @@ message SyncEnums {
|
| // these data types only and then re-sync with
|
| // a server.
|
| DISABLED_BY_ADMIN = 10; // An administrator disabled sync for this domain.
|
| + USER_ROLLBACK = 11; // Client told to stop syncing and roll back.
|
| UNKNOWN = 100; // Unknown value. This should never be explicitly
|
| // used; it is the default value when an
|
| // out-of-date client parses a value it doesn't
|
|
|