Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index a6a9983c0e8b43fda537f341fdf6d8d86877a794..54de213f0208cb22c3e58c4c1e4e71ecdc03a744 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,26 @@ 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_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> |
<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> |
+ <obsolete> |
+ No longer relevant since alt tab window switching was separated from |
+ overview mode. |
Ilya Sherman
2014/06/11 17:27:48
nit: Please include the (rough) date on which this
|
+ </obsolete> |
</action> |
<action name="WorkerProcess_BadProcessToKill"> |