| Index: components/offline_pages/core/background/offliner.h
|
| diff --git a/components/offline_pages/core/background/offliner.h b/components/offline_pages/core/background/offliner.h
|
| index c2cf768fa75c2a7f154028abd0a7a7d7bf7d4775..2c36452a9ac8ec7ce040ec01e910241355d32820 100644
|
| --- a/components/offline_pages/core/background/offliner.h
|
| +++ b/components/offline_pages/core/background/offliner.h
|
| @@ -53,6 +53,8 @@ class Offliner {
|
| // The RequestCoordinator did not start loading the request because
|
| // updating the status in the request queue failed.
|
| QUEUE_UPDATE_FAILED = 13,
|
| + // Scheduler canceled processing of requests.
|
| + BACKGROUND_SCHEDULER_CANCELED = 14,
|
| // NOTE: insert new values above this line and update histogram enum too.
|
| STATUS_COUNT
|
| };
|
|
|