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

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

Issue 747883002: UMA stats for time settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/resources/options/browser_options.html ('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 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>
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698