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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1721753002: [Offline pages on the NTP] Add UMA for offline-available NTP tiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d1f6c589c98f2ed52d062650af328089eaa1f7c7..d1568a758a272e9f1650a328e24841141e05b679 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31128,6 +31128,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.TileOfflineAvailable">
Alexei Svitkine (slow) 2016/02/22 20:47:27 Nit: Since this is more like an enum histogram - s
Marc Treib 2016/02/23 10:11:40 With enum labels like "Tile 1", "Tile 2", or proba
+ <owner>treib@chromium.org</owner>
+ <summary>
+ The number of times a tile was available offline, per tile index - compare
+ to the NewTabPage.SuggestionsImpression.* histograms. This is recorded when
+ the NTP finishes loading. Only measured on Android.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.TileType" enum="MostVisitedTileType">
<owner>newt@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698