Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 77a98b91e8239cfdaa353e7ecb994994ba153a60..00dbf893a5505ac044b996873498106475409fe2 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -757,6 +757,15 @@ 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_Screen"> |
| + <owner>wutao@chromium.org</owner> |
| + <description> |
| + Metric recorded when the user rotate the screen using keyboard shortcut. |
|
Mark P
2017/03/02 00:05:26
nit: rotate -> rotates
nit: using -> "using a" or
wutao
2017/03/02 00:26:07
Done.
|
| + "Accel_Rotate_Window" also included screen rotation accelerator |
|
Mark P
2017/03/02 00:05:26
This sentence is unclear. Did you mean to put (a
wutao
2017/03/02 00:26:07
No. The original rotating screen code used a wrong
|
| + events prior to M58. |
| + </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> |