Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index a6a9983c0e8b43fda537f341fdf6d8d86877a794..2335303235173b42eab1bb13cfcc414f863f1578 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -10970,6 +10970,14 @@ 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="WindowCycleController_Cycle"> |
| + <owner>tdanderson@chromium.org</owner> |
| + <owner>flackr@chromium.org</owner> |
| + <description> |
| + Starting a window selection cycle by pressing alt-tab. |
| + </description> |
| +</action> |
| + |
| <action name="WindowDrag_MaximizeLeft"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |
| @@ -10981,13 +10989,17 @@ should be able to be added at any place in this file. |
| </action> |
| <action name="WindowSelector_Overview"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| - <description>Please enter the description of this user action.</description> |
| + <owner>tdanderson@chromium.org</owner> |
| + <owner>flackr@chromium.org</owner> |
| + <description>Starting the window overview mode.</description> |
| </action> |
| -<action name="WindowSelector_Selection"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| - <description>Please enter the description of this user action.</description> |
| +<action name="WindowSelector_OverviewEnterKey"> |
| + <owner>tdanderson@chromium.org</owner> |
| + <owner>flackr@chromium.org</owner> |
| + <description> |
| + Using the enter key to select a window in the overview. |
| + </description> |
| </action> |
|
Ilya Sherman
2014/06/10 23:45:13
Please mark the action as obsolete rather than del
Nina
2014/06/11 14:07:00
Done.
|
| <action name="WorkerProcess_BadProcessToKill"> |