| Index: sync/protocol/sync_enums.proto
|
| diff --git a/sync/protocol/sync_enums.proto b/sync/protocol/sync_enums.proto
|
| index 6e1405b245acf6208908f85eece71a7f8d4f3b0d..9ee2a9cafdd818ef4f1448fcb3f8ec24d8c4cf4d 100644
|
| --- a/sync/protocol/sync_enums.proto
|
| +++ b/sync/protocol/sync_enums.proto
|
| @@ -157,5 +157,7 @@ message SyncEnums {
|
| // GetUpdateTriggers message for more details.
|
| RETRY = 13; // A retry GU to pick up updates missed by last GU due to
|
| // replication delay, missing hints, etc.
|
| + PROGRAMMATIC = 14; // A GU to programmatically enable/disable a
|
| + // datatype, often due to error handling.
|
| }
|
| }
|
|
|