| 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>
|
|
|