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

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

Issue 320303002: Added UMA stats to overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added DCHECK Created 6 years, 6 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 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">

Powered by Google App Engine
This is Rietveld 408576698