Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index efd97a8a69d6ec9b5b45820d872c387843439387..00f4049e31d1a987575056688a0f44dfec79a688 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -9355,6 +9355,11 @@ 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="Options_Timezone"> |
|
stevenjb
2014/11/21 17:35:52
nit: Maybe name this TimezoneSelect?
michaelpg
2014/11/21 17:44:54
I actually checked, and we never use "XYZSelect".
|
| + <owner>michaelpg@chromium.org</owner> |
| + <description>Settings: Date and time: Timezone</description> |
| +</action> |
| + |
| <action name="Options_TouchpadNaturalScroll_Disable"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |
| @@ -9385,6 +9390,16 @@ 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="Options_Use24HourClockCheckbox_Disable"> |
| + <owner>michaelpg@chromium.org</owner> |
| + <description>Settings: Date and time: Use 24-hour clock</description> |
| +</action> |
| + |
| +<action name="Options_Use24HourClockCheckbox_Enable"> |
| + <owner>michaelpg@chromium.org</owner> |
| + <description>Settings: Date and time: Use 24-hour clock</description> |
| +</action> |
| + |
| <action name="Options_UseSpellingServiceCheckbox_Disable"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |