| Index: sync/protocol/get_updates_caller_info.proto
|
| diff --git a/sync/protocol/get_updates_caller_info.proto b/sync/protocol/get_updates_caller_info.proto
|
| index 41ad2ef5a7f8a9af2ec627cf64c3cecfdda27b9c..c921a8ded0b8f2c536139a64ff2d684f90246a0a 100644
|
| --- a/sync/protocol/get_updates_caller_info.proto
|
| +++ b/sync/protocol/get_updates_caller_info.proto
|
| @@ -19,7 +19,10 @@ message GetUpdatesCallerInfo {
|
| PERIODIC = 4; // The source of the update was periodic polling.
|
| SYNC_CYCLE_CONTINUATION = 5; // The source of the update was a
|
| // continuation of a previous update.
|
| - CLEAR_PRIVATE_DATA = 6; // Source is a call to remove all private data
|
| +
|
| + // This value is deprecated and was never used in production.
|
| + // CLEAR_PRIVATE_DATA = 6;
|
| +
|
| NEWLY_SUPPORTED_DATATYPE = 7; // The client is in configuration mode
|
| // because it's syncing all datatypes, and
|
| // support for a new datatype was recently
|
|
|