Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 39895e8d18436b85ee0ae3f753ab1821402d9064..91487b61f328a8041c19443136155decd133b94e 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -33625,6 +33625,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="NewTabPage.Snippets.CardClickedAge" units="ms"> |
+ <owner>jkrcal@chromium.org</owner> |
+ <summary> |
+ Android: The age of the snippets card on the NTP, that is clicked through to |
+ the host website of the content. The age is measured from the moment the |
+ content has been published. In each "_x_y" suffix of the |
+ histogram, only snippets on positions \gt;=x and \lt;=y are tracked. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="NewTabPage.Snippets.CardClickedScore"> |
Alexei Svitkine (slow)
2016/05/20 14:47:58
Nit: units="score"
jkrcal
2016/05/23 10:01:53
Done.
|
+ <owner>jkrcal@chromium.org</owner> |
+ <summary> |
+ Android: The score of the snippets card on the NTP, that is clicked through |
+ to the host website of the content. The recorded score is from the moment |
+ the snippet was fetched, it could have changed since. In each "_x" |
+ suffix of the histogram, only snippets on positions \lt;=x are tracked. |
+ </summary> |
+</histogram> |
+ |
<histogram name="NewTabPage.Snippets.CardExpanded"> |
<owner>knn@chromium.org</owner> |
<summary> |
@@ -94412,6 +94432,15 @@ To add a new entry, add it with any value and run test to compute valid value. |
<affected-histogram name="NaCl.Perf.Size.PNaClTranslatedNexe"/> |
</histogram_suffixes> |
+<histogram_suffixes name="PositionVariants"> |
+ <suffix name="0_0" label="Only snippets on position 0"/> |
+ <suffix name="1_2" label="Only snippets on position 1-2"/> |
+ <suffix name="3_4" label="Only snippets on position 3-4"/> |
+ <suffix name="5_9" label="Only snippets on position 5-9"/> |
+ <affected-histogram name="NewTabPage.Snippets.CardClickedAge"/> |
+ <affected-histogram name="NewTabPage.Snippets.CardClickedScore"/> |
+</histogram_suffixes> |
+ |
<histogram_suffixes name="PpapiPluginName"> |
<suffix name="libpepflashplayer.so" label="Flash player on Linux or Cros"/> |
<suffix name="libwidevinecdmadapter.so" |