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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2916253002: Add UMA to determine how often we offline a page with previews. (Closed)
Patch Set: Histograms fix Created 3 years, 6 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:
Download patch
« no previous file with comments | « content/public/common/previews_state.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5411a46ffec6efe9cacc069ceed1a5d5815629b6..9be7dd5c6517436bb17bd024b03b9e8b89725c05 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46227,6 +46227,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="OfflinePages.Background.OffliningPreviewStatus"
+ enum="BooleanEnabled">
+ <owner>petewil@chromium.org</owner>
+ <summary>
+ Whether any previews were selected for a page we were asked to make
+ available offline.
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.Background.RequestFailure.StartedAttemptCount">
<owner>dougarnett@chromium.org</owner>
<summary>
« no previous file with comments | « content/public/common/previews_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698