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

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

Issue 2802783002: List all a11y features in a11y detailed view in ash system menu (Closed)
Patch Set: 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 7096b9f8b468d035ea5f5e1000212659d282ee03..dcba9f51a2c6be965c031a7e99d30839439206ce 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -15604,6 +15604,28 @@ 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="StatusArea_StickyKeysDisabled">
+ <owner>minch@chromium.org</owner>
+ <description>Ash system menu: Accessibility: Disable sticky keys</description>
+</action>
+
+<action name="StatusArea_StickyKeysEnabled">
+ <owner>minch@chromium.org</owner>
+ <description>Ash system menu: Accessibility: Enable sticky keys</description>
+</action>
+
+<action name="StatusArea_TapDraggingDisabled">
+ <owner>minch@chromium.org</owner>
+ <description>
+ Ash system menu: Accessibility: Disable tap dragging
+ </description>
+</action>
+
+<action name="StatusArea_TapDraggingEnabled">
+ <owner>minch@chromium.org</owner>
+ <description>Ash system menu: Accessibility: Enable tap dragging</description>
+</action>
+
<action name="StatusArea_Tracing_Default_Selected">
<owner>bruthig@chromium.org</owner>
<owner>tbuckley@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698