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

Unified Diff: components/offline_pages/core/background/request_coordinator_event_logger.cc

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_coordinator_event_logger.cc
diff --git a/components/offline_pages/core/background/request_coordinator_event_logger.cc b/components/offline_pages/core/background/request_coordinator_event_logger.cc
index 45e7f376eb724832ee3f73e2c276ce9a81e7ac51..d044c691e8f48b21ec7290958ec9e809129e73a2 100644
--- a/components/offline_pages/core/background/request_coordinator_event_logger.cc
+++ b/components/offline_pages/core/background/request_coordinator_event_logger.cc
@@ -68,7 +68,7 @@ static std::string BackgroundSavePageResultToString(
return "RETRY_COUNT_EXCEEDED";
case RequestNotifier::BackgroundSavePageResult::START_COUNT_EXCEEDED:
return "START_COUNT_EXCEEDED";
- case RequestNotifier::BackgroundSavePageResult::REMOVED:
+ case RequestNotifier::BackgroundSavePageResult::USER_CANCELED:
return "REMOVED";
default:
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698