| Index: sync/internal_api/public/util/syncer_error.h
|
| diff --git a/sync/internal_api/public/util/syncer_error.h b/sync/internal_api/public/util/syncer_error.h
|
| index 02da22c1935e88c3075013ee59e89fe24809c81b..1a5ec79301022330e2fa8ec9b01a680a3b615dc0 100644
|
| --- a/sync/internal_api/public/util/syncer_error.h
|
| +++ b/sync/internal_api/public/util/syncer_error.h
|
| @@ -31,6 +31,9 @@ enum SYNC_EXPORT_PRIVATE SyncerError {
|
| SERVER_RESPONSE_VALIDATION_FAILED,
|
| SERVER_RETURN_DISABLED_BY_ADMIN,
|
|
|
| + // A datatype decided the sync cycle needed to be performed again.
|
| + DATATYPE_TRIGGERED_RETRY,
|
| +
|
| SERVER_MORE_TO_DOWNLOAD,
|
|
|
| SYNCER_OK
|
|
|