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

Unified Diff: chrome/browser/resources/options/browser_options.html

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 | « no previous file | tools/metrics/actions/actions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index f7a5c602b651ddbd4aa47e0871fc4653276298fb..b19f7afe693e78e7c7c71bc27c31c23745c5692b 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -294,13 +294,14 @@
<select class="control"
i18n-options="timezoneList" data-type="string"
pref="cros.system.timezone"
- aria-labelledby="timezone-value-label"></select>
+ aria-labelledby="timezone-value-label"
+ metric="Options_TimezoneSelect"></select>
</div>
</div>
<div class="checkbox settings-row">
<label>
<input id="use-24hour-clock" pref="settings.clock.use_24hour_clock"
- type="checkbox">
+ metric="Options_Use24HourClockCheckbox" type="checkbox">
<span i18n-content="use24HourClock"></span>
</label>
</div>
« no previous file with comments | « no previous file | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698