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

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

Issue 2790183002: Add UMA for the content suggestions settings (Closed)
Patch Set: address comments and rebase Created 3 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 4247aa4e7005f058d79168e6a9b9d09a96943c4a..acd091454415f863a50c5dd52f597b2420b4f800 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -3347,6 +3347,38 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="ContentSuggestions.NotificationsPreferenceOff">
+ <owner>dgn@chromium.org</owner>
+ <owner>finkm@chromium.org</owner>
+ <description>
+ The user turned off the content suggestions notifications in the settings.
+ </description>
+</action>
+
+<action name="ContentSuggestions.NotificationsPreferenceOn">
+ <owner>dgn@chromium.org</owner>
+ <owner>finkm@chromium.org</owner>
+ <description>
+ The user turned on the content suggestions notifications in the settings.
+ </description>
+</action>
+
+<action name="ContentSuggestions.RemoteSuggestionsPreferenceOff">
+ <owner>dgn@chromium.org</owner>
+ <owner>finkm@chromium.org</owner>
+ <description>
+ The user turned off remote content suggestions in the settings.
+ </description>
+</action>
+
+<action name="ContentSuggestions.RemoteSuggestionsPreferenceOn">
+ <owner>dgn@chromium.org</owner>
+ <owner>finkm@chromium.org</owner>
+ <description>
+ The user turned on remote content suggestions in the settings.
+ </description>
+</action>
+
<action name="ContextualSearch.BackPressClose">
<owner>donnd@chromium.org</owner>
<description>
« no previous file with comments | « components/ntp_snippets/content_suggestions_service_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698