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

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: Formatting 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
« no previous file with comments | « chrome/browser/android/ntp/ntp_snippets_bridge.cc ('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 67384762ec9fa2602694b55e3c9cfaecdf0b7a8a..f3bcc799540b75391c19f54ac3e8cf8ab726d915 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84092,7 +84092,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">
« no previous file with comments | « chrome/browser/android/ntp/ntp_snippets_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698