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

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

Issue 2495373005: Record ChromeVox metrics (Closed)
Patch Set: Created 4 years, 1 month 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 bd18a32039164e29e5725601be278a04be66b4b0..2b2c751beeab3b5d326571b0bb0ed8028a54c39d 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -2648,6 +2648,38 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="ChromeVox.ToggleNextOn">
+ <owner>dmazzoni@chromium.org</owner>
+ <description>
+ A Chrome OS user with spoken feedback enabled manually toggles
+ ChromeVox Next on.
+ </description>
+</action>
+
+<action name="ChromeVox.ToggleNextOff">
+ <owner>dmazzoni@chromium.org</owner>
+ <description>
+ A Chrome OS user with spoken feedback enabled manually toggles
+ ChromeVox Next off.
+ </description>
+</action>
+
+<action name="ChromeVox.Navigate">
+ <owner>dmazzoni@chromium.org</owner>
+ <description>
+ A Chrome OS user with spoken feedback enabled has executed any
+ navigation action, like navigating to the next object on the screen.
David Tseng 2016/11/15 06:20:39 Not really; it's just next and previous line
dmazzoni 2016/11/15 17:48:47 I changed the code in command_handler to record al
+ </description>
+</action>
+
+<action name="ChromeVox.Jump">
+ <owner>dmazzoni@chromium.org</owner>
+ <description>
+ A Chrome OS user with spoken feedback enabled has executed any
+ jump action, like jumping to the next heading on a web page.
+ </description>
+</action>
+
<action name="ClearAuthenticationCache">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698