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

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: pmonette review 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
« chrome/browser/OWNERS ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | 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..5dc2194806fa46a586db4b9db5f414ff0fcdc914 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -12628,6 +12628,47 @@ 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.Failed">
+ <owner>grt@chromium.org</owner>
+ <description>
+ The Windows Settings app monitor failed to initialize successfully.
Alexei Svitkine (slow) 2016/05/24 19:33:38 Since this doesn't correspond to a user action (so
grt (UTC plus 2) 2016/05/25 12:52:47 I had thought Initialized would be good because it
Alexei Svitkine (slow) 2016/05/25 15:51:34 OK. Maybe mention that in its description.
grt (UTC plus 2) 2016/05/26 13:13:48 Done.
+ </description>
+</action>
+
+<action name="SettingsAppMonitor.Initialized">
+ <owner>grt@chromium.org</owner>
+ <description>
+ The Windows Settings app monitor initialized successfully.
+ </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>
« chrome/browser/OWNERS ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698