| 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 ff721845f60ce5b2b748d5d59edf4ce386bc6f9f..ef3c62f69f7861803b24a4fceae854e0bb5f27a3 100644
|
| --- a/components/offline_pages/core/background/request_notifier.h
|
| +++ b/components/offline_pages/core/background/request_notifier.h
|
| @@ -17,8 +17,8 @@ class RequestNotifier {
|
| // GENERATED_JAVA_ENUM_PACKAGE:org.chromium.components.offlinepages
|
| enum class BackgroundSavePageResult {
|
| SUCCESS,
|
| - PRERENDER_FAILURE,
|
| - PRERENDER_CANCELED,
|
| + LOADING_FAILURE,
|
| + LOADING_CANCELED,
|
| FOREGROUND_CANCELED,
|
| SAVE_FAILED,
|
| EXPIRED,
|
|
|