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

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: Fixed last nits. 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
« no previous file with comments | « ash/wm/window_cycle_controller.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index a6a9983c0e8b43fda537f341fdf6d8d86877a794..193ae6ed31d02e768d3d79118b2632f1b9560624 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>
+ Deprecated as of 06/2014. No longer relevant since alt tab window switching
+ was separated from overview mode.
+ </obsolete>
</action>
<action name="WorkerProcess_BadProcessToKill">
« no previous file with comments | « ash/wm/window_cycle_controller.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698