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

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

Issue 2301703002: [Offline Pages] Adds UMA for number of started attempts and for network connection when Unsupported… (Closed)
Patch Set: Adjusted count histogram max arg Created 4 years, 3 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
« no previous file with comments | « components/offline_pages/background/request_coordinator.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/background/request_notifier.h
diff --git a/components/offline_pages/background/request_notifier.h b/components/offline_pages/background/request_notifier.h
index d9c1b2e6770513716dc4d8c9948a97c7351b3026..00258588f37604312d970e2772cb50fc91ee591a 100644
--- a/components/offline_pages/background/request_notifier.h
+++ b/components/offline_pages/background/request_notifier.h
@@ -21,6 +21,7 @@ class RequestNotifier {
SAVE_FAILED,
EXPIRED,
RETRY_COUNT_EXCEEDED,
+ START_COUNT_EXCEEDED,
REMOVED,
};
« no previous file with comments | « components/offline_pages/background/request_coordinator.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698