Chromium Code Reviews| Index: sync/protocol/sync_enums.proto |
| diff --git a/sync/protocol/sync_enums.proto b/sync/protocol/sync_enums.proto |
| index 9305c677384a481f73009390f5936eee3f9c52ad..77c050d1aad75a86b70a4ac8fd0bd364e3e27077 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; // User aksed to stop syncing and roll back. |
|
Nicolas Zea
2014/04/18 18:06:50
"User aksed" -> "Client told"
haitaol1
2014/04/18 20:01:31
Done.
|
| 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 |