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

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

Issue 2867103006: [Offline pages] Rename REMOVED to USER_CANCELED and add better foot note descriptions for histogram… (Closed)
Patch Set: rebase Created 3 years, 7 months 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 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
};

Powered by Google App Engine
This is Rietveld 408576698