| Index: sync/protocol/sync_enums.proto
|
| diff --git a/sync/protocol/sync_enums.proto b/sync/protocol/sync_enums.proto
|
| index a928ca2172881d8caef3e5dd28e972b11a3e086a..348d6d1d3549f9358850628c10cff606a456b7fc 100644
|
| --- a/sync/protocol/sync_enums.proto
|
| +++ b/sync/protocol/sync_enums.proto
|
| @@ -87,6 +87,7 @@ message SyncEnums {
|
| // types. Client should clear the cache for
|
| // these data types only and then re-sync with
|
| // a server.
|
| + DISABLED_BY_ADMIN = 10; // An administrator disabled sync for this domain.
|
| 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
|
|
|