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

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

Issue 1982803002: Record UMA for snackbars shown for all purposes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 d694707b6ca92fd2bb163c7a6d0301d4c85f9c7d..d3f6f9316f3d134726bc833e0763da8a02a72324 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51420,6 +51420,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Snackbar.Shown" enum="SnackbarIdentifier">
+ <owner>ianwen@chromium.org</owner>
+ <summary>
+ Records how many times a particular snackbar was shown to the user.
+ </summary>
+</histogram>
+
<histogram name="SoftwareReporter.Cleaner.HasCompleted" enum="SRTCompleted">
<owner>mad@chromium.org</owner>
<summary>
@@ -85569,6 +85576,23 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="RGBA"/>
</enum>
+<enum name="SnackbarIdentifier" type="int">
+ <int value="-1" label="INVALID"/>
+ <int value="0" label="BOOKMARK_ADDED"/>
+ <int value="1" label="BOOKMARK_DELETE_UNDO"/>
+ <int value="2" label="NTP_MOST_VISITED_DELETE_UNDO"/>
+ <int value="3" label="OFFLINE_PAGE_RELOAD"/>
+ <int value="4" label="AUTO_LOGIN"/>
+ <int value="5" label="OMNIBOX_GEOLOCATION"/>
+ <int value="6" label="LOFI"/>
+ <int value="7" label="DATA_USE_STARTED"/>
+ <int value="8" label="DATA_USE_ENDED"/>
+ <int value="9" label="DOWNLOAD_SUCCEEDED"/>
+ <int value="10" label="DOWNLOAD_FAILED"/>
+ <int value="11" label="TAB_CLOSE_UNDO"/>
+ <int value="12" label="TAB_CLOSE_ALL_UNDO"/>
+</enum>
+
<enum name="SnippetsInteractions" type="int">
<int value="0" label="Snippets were shown to the user"/>
<int value="1" label="User scrolled through the snippets"/>

Powered by Google App Engine
This is Rietveld 408576698