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

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

Issue 1905013002: Refine tracking of snippet dismissals. (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 381a91d009c797413fa8b733941e69861cd591a4..3b8cd7da25781a1898fec48f880ecad64bfdf8a7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -83964,7 +83964,9 @@ 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 a snippet away"/>
+ <int value="3" label="User swiped a snippet away (obsolete)"/>
+ <int value="4" label="User swiped a snippet away after visiting"/>
+ <int value="5" label="User swiped a snippet away without visiting"/>
</enum>
<enum name="SocketStreamConnectionType" type="int">

Powered by Google App Engine
This is Rietveld 408576698