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

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

Issue 2003553003: Report user actions for interactions with the Windows Settings app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix histograms.xml typo 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 11427b848f9add0eed9a788ee263b42a952a3516..2869db7abbb47d0414f4b16ffa664d16bb888160 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -12628,6 +12628,42 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="SettingsAppMonitor.AppFocused">
+ <owner>grt@chromium.org</owner>
+ <description>The Windows Settings app became focused.</description>
+</action>
+
+<action name="SettingsAppMonitor.ChooserInvoked">
+ <owner>grt@chromium.org</owner>
+ <description>
+ The user opened the Windows Settings app's browser chooser.
+ </description>
+</action>
+
+<action name="SettingsAppMonitor.ChromeBrowserChosen">
+ <owner>grt@chromium.org</owner>
+ <description>
+ The user selected Chrome from the Windows Settings app's browser chooser.
+ </description>
+</action>
+
+<action name="SettingsAppMonitor.Initialized">
+ <owner>grt@chromium.org</owner>
+ <description>
+ The Windows Settings app monitor initialized successfully. This action can
+ be used as an anchor representing the start of a user's interactions with
+ the app regardless of what UX in Chrome initiated the flow.
+ </description>
+</action>
+
+<action name="SettingsAppMonitor.OtherBrowserChosen">
+ <owner>grt@chromium.org</owner>
+ <description>
+ The user selected a different browser from the Windows Settings app's
+ browser chooser.
+ </description>
+</action>
+
<action name="SettingsResetBubble.LearnMore">
<owner>mad@chromium.org</owner>
<description>Please enter the description of this user action.</description>
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698