Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index c6a72398b0ff3d6e1397db4c452b29affb60074d..5374603687e2438f49d8fae7cf47977bff7623bd 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -15248,6 +15248,20 @@ 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_CaretHighlightDisabled"> |
| + <owner>minch@chromium.org</owner> |
| + <description> |
| + Ash system menu: Accessibility: Disable caret highlighting |
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_CarteHighlightEnabled"> |
| + <owner>minch@chromium.org</owner> |
| + <description> |
| + Ash system menu: Accessibility: Enable caret highlighting |
| + </description> |
| +</action> |
| + |
| <action name="StatusArea_Cast_Detailed"> |
| <owner>jdufault@chromium.org</owner> |
| <description> |
| @@ -15352,6 +15366,34 @@ 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_HighlightKeyboardFocusDisabled"> |
| + <owner>minch@chromium.org</owner> |
| + <description> |
| + Ash system menu: Accessibility: Disable keyboard focus highlighting |
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_HighlightKeyboardFocusEnabled"> |
| + <owner>minch@chromium.org</owner> |
| + <description> |
| + Ash system menu: Accessibility: Enable keyboard focus highlighting |
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_HighlightMouseCursorDisabled"> |
| + <owner>minch@chromium.org</owner> |
| + <description> |
| + Ash system menu: Accessibility: Disable mouse cursor highlighting |
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_HighlightMouseCursorEnabled"> |
| + <owner>minch@chromium.org</owner> |
| + <description> |
| + Ash system menu: Accessibility: Enable mouse cursor highlighting |
| + </description> |
| +</action> |
| + |
| <action name="StatusArea_IME_Detailed"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |
| @@ -15387,6 +15429,22 @@ 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_MonoAudioDisabled"> |
| + <owner>minch@chromium.org</owner> |
| + <description> |
| + Ash system menu: Accessibility: Disable play the same audio through all |
|
tdanderson
2017/03/29 18:57:03
nit: I think it would be better to just have the d
|
| + speakers (mono audio) |
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_MonoAudioEnabled"> |
| + <owner>minch@chromium.org</owner> |
| + <description> |
| + Ash system menu: Accessibility: Enable play the same audio through all |
| + speakers (mono audio) |
| + </description> |
| +</action> |
| + |
| <action name="StatusArea_Network_ConnectConfigured"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |