| Index: components/update_client/update_client.h
|
| diff --git a/components/update_client/update_client.h b/components/update_client/update_client.h
|
| index 12d19c951487b3505679e5106fd3b573d08c6825..4a2b4bc1839c4d96230b87b6df69aefced62245f 100644
|
| --- a/components/update_client/update_client.h
|
| +++ b/components/update_client/update_client.h
|
| @@ -143,6 +143,7 @@ enum Error {
|
| ERROR_UPDATE_INVALID_ARGUMENT = -1,
|
| ERROR_UPDATE_IN_PROGRESS = 1,
|
| ERROR_UPDATE_CANCELED = 2,
|
| + ERROR_UPDATE_RETRY_LATER = 3,
|
| };
|
|
|
| // Defines an interface for a generic CRX installer.
|
|
|