| Index: components/offline_pages/background/offliner.h
|
| diff --git a/components/offline_pages/background/offliner.h b/components/offline_pages/background/offliner.h
|
| index baa5d2565918875cc8453bac3ef230e252f6e9eb..58fd8626c704c62218626300ad9b154716763150 100644
|
| --- a/components/offline_pages/background/offliner.h
|
| +++ b/components/offline_pages/background/offliner.h
|
| @@ -40,6 +40,8 @@ class Offliner {
|
| FOREGROUND_CANCELED = 7,
|
| // RequestCoordinator canceled request attempt per time limit.
|
| REQUEST_COORDINATOR_TIMED_OUT = 8,
|
| + // Prerendering failed with hard error so should not retry the request.
|
| + PRERENDERING_FAILED_NO_RETRY = 9,
|
| // NOTE: insert new values above this line and update histogram enum too.
|
| STATUS_COUNT
|
| };
|
|
|