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

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

Issue 2849823003: ChromeOS: implement per-user time zone preferences. (Closed)
Patch Set: Update after review. Created 3 years, 5 months 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
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 3c1661d58b670876d8690cfa77b04229ff37c008..e6c96c567432b972a0d297fa39785026b01898de 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -325,7 +325,7 @@
<select class="control"
id="timezone-value-select"
i18n-options="timezoneList" data-type="string"
- pref="cros.system.timezone"
+ pref="settings.timezone"
aria-labelledby="timezone-value-label"
metric="Options_TimezoneSelect"></select>
</div>

Powered by Google App Engine
This is Rietveld 408576698