| Index: components/offline_pages/background/offliner.h
|
| diff --git a/components/offline_pages/background/offliner.h b/components/offline_pages/background/offliner.h
|
| index 8145cc8dadf7c924d76a65acf1d51286c010b4bb..e24506075929e32a397a30ef24ecc81c1450f289 100644
|
| --- a/components/offline_pages/background/offliner.h
|
| +++ b/components/offline_pages/background/offliner.h
|
| @@ -21,6 +21,7 @@ class Offliner {
|
| CANCELED = 1,
|
| FAILED_CONSIDER_RETRY = 2,
|
| FAILED_DO_NOT_RETRY = 3,
|
| + UNKNOWN = 4,
|
| };
|
|
|
| // Reports the completion status of a request.
|
|
|