Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: components/offline_pages/core/background/request_notifier.h

Issue 2566453002: [OfflinePages] Rename PRERENDERING_* result terminology to LOADING_* (Closed)
Patch Set: Updated histogram enum Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698