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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1882953004: [NTP Snippets] Add UMA for snippet dismissal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 d7da57799594396b37623081f2ab201736674740..a575f1d5c367995c4311dc652ea6a33168c18735 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -83382,6 +83382,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="0" label="Snippets were shown to the user"/>
<int value="1" label="User scrolled through the snippets"/>
<int value="2" label="User clicked on a snippet into the host website"/>
+ <int value="3" label="User swiped on a snippet and dismissed it"/>
Bernhard Bauer 2016/04/14 15:36:34 Nit: "swiped a snippet away"
dgn 2016/04/15 10:51:57 Done.
</enum>
<enum name="SocketStreamConnectionType" type="int">

Powered by Google App Engine
This is Rietveld 408576698