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

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

Issue 2720913003: Calls display_configuration_controller to rotate screen in accelerator_controller_delegate_aura (Closed)
Patch Set: Change the descriptions in actions.xml Created 3 years, 10 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 | « chrome/browser/ui/webui/options/chromeos/display_options_handler.cc ('k') | no next file » | 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 77a98b91e8239cfdaa353e7ecb994994ba153a60..2d8b251e7755236c92f4045ba23843efa6120e4b 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -757,9 +757,36 @@ 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="Accel_Rotate_Active_Window">
+ <owner>wutao@chromium.org</owner>
+ <description>
+ Metric recorded when the user rotates the active window using the keyboard
+ shortcut. This metric was created in M58. All user actions of rotating the
+ active window using the keyboard shortcut prior to M58, were included in
+ Accel_Rotate_Window.
+ </description>
+</action>
+
+<action name="Accel_Rotate_Screen">
+ <owner>wutao@chromium.org</owner>
+ <description>
+ Metric recorded when the user rotates the screen using the keyboard
+ shortcut. This metric was created in M58. All user actions of rotating the
+ screen using the keyboard shortcut prior to M58, were included in
+ Accel_Rotate_Window.
+ </description>
+</action>
+
<action name="Accel_Rotate_Window">
- <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>wutao@chromium.org</owner>
+ <description>
+ Metric recorded when the user rotates screen and active window using the
Mark P 2017/03/02 05:00:59 nit: and -> or ?
+ keyboard shortcut.
+ </description>
+ <obsolete>
+ Deprecated 03/2017. Replaced by Accel_Rotate_Screen and
+ Accel_Rotate_Active_Window.
+ </obsolete>
</action>
<action name="Accel_Scale_Ui_Down">
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/display_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698