| 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 ce37e6174f1288c621402c785a76711623f1995e..118cce845f2f759e971f00a53a5fd538434b88b5 100644
|
| --- a/sync/protocol/get_updates_caller_info.proto
|
| +++ b/sync/protocol/get_updates_caller_info.proto
|
| @@ -43,6 +43,8 @@ message GetUpdatesCallerInfo {
|
| // typically used when datatype's have custom
|
| // sync UI, e.g. sessions.
|
| RETRY = 13; // A follow-up GU to pick up updates missed by previous GU.
|
| + PROGRAMMATIC = 14; // The client is programmatically enabling/disabling
|
| + // a type, typically for error handling purposes.
|
| }
|
|
|
| required GetUpdatesSource source = 1;
|
|
|