| 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 c921a8ded0b8f2c536139a64ff2d684f90246a0a..86fe9c83fbcb6467528d08270b429361b91d4dd8 100644
|
| --- a/sync/protocol/get_updates_caller_info.proto
|
| +++ b/sync/protocol/get_updates_caller_info.proto
|
| @@ -18,7 +18,8 @@ message GetUpdatesCallerInfo {
|
| NOTIFICATION = 3; // The source of the update was a p2p notification.
|
| 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.
|
| + // continuation of a previous sync cycle.
|
| + // No longer sent as of M24.
|
|
|
| // This value is deprecated and was never used in production.
|
| // CLEAR_PRIVATE_DATA = 6;
|
|
|