| Index: components/offline_pages/core/background/request_notifier.h
|
| diff --git a/components/offline_pages/core/background/request_notifier.h b/components/offline_pages/core/background/request_notifier.h
|
| index e5723a8ef44e0a8d2efa429711b52c8a99a907d2..12534dfececf44b64ebcdd592b3cd3ae73c3eebb 100644
|
| --- a/components/offline_pages/core/background/request_notifier.h
|
| +++ b/components/offline_pages/core/background/request_notifier.h
|
| @@ -26,7 +26,7 @@ class RequestNotifier {
|
| EXPIRED = 5,
|
| RETRY_COUNT_EXCEEDED = 6,
|
| START_COUNT_EXCEEDED = 7,
|
| - REMOVED = 8,
|
| + USER_CANCELED = 8,
|
| // NOTE: insert new values above this line and update histogram enum too.
|
| STATUS_COUNT
|
| };
|
|
|