Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 8eb8aac85d5d3b79e158054d31740ceae209a0a7..fd90ad51a99ebc75ad431d435506e741ba6a13e5 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -11339,13 +11339,34 @@ should be able to be added at any place in this file. |
| </action> |
| <action name="Win8DesktopRestart"> |
| - <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>cpu@chromium.org</owner> |
| + <owner>ananta@chromium.org</owner> |
| + <owner>shrikant@chromium.org</owner> |
| + <description>Tracks when Chrome was restarted on Win8 in desktop. |
| + </description> |
| </action> |
| <action name="Win8MetroRestart"> |
| - <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>cpu@chromium.org</owner> |
| + <owner>ananta@chromium.org</owner> |
| + <owner>shrikant@chromium.org</owner> |
| + <description>Tracks when Chrome was restarted in metro on Win8.</description> |
|
Ilya Sherman
2014/08/27 21:56:50
nit: It's a little odd that this has the order "in
ananta
2014/08/27 22:06:39
Done.
|
| +</action> |
| + |
| +<action name="Win7DesktopRestart"> |
| + <owner>cpu@chromium.org</owner> |
| + <owner>ananta@chromium.org</owner> |
| + <owner>shrikant@chromium.org</owner> |
| + <description> |
| + Tracks when Chrome was restarted on Win7 in desktop. |
| + </description> |
| +</action> |
| + |
| +<action name="Win7ASHRestart"> |
| + <owner>cpu@chromium.org</owner> |
| + <owner>ananta@chromium.org</owner> |
| + <owner>shrikant@chromium.org</owner> |
| + <description>Tracks when Chrome was restarted in ASH on Win7.</description> |
|
Ilya Sherman
2014/08/27 21:56:50
nit: "ASH" -> "Ash" (right?)
ananta
2014/08/27 22:06:40
Done.
|
| </action> |
| <action name="WindowBorder_ClickTogglesSingleAxisMaximize"> |