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

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

Issue 3143009: Reenabled ChromeOS system setting for timezone selection.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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/chromeos_system_options.html
===================================================================
--- chrome/browser/resources/options/chromeos_system_options.html (revision 56142)
+++ chrome/browser/resources/options/chromeos_system_options.html (working copy)
@@ -1,6 +1,5 @@
<div class="page hidden" id="systemPage">
<h1 i18n-content="systemPage"></h1>
-<!-- removed until we expose it properly from ChromeOS side
<section>
<h3 i18n-content="datetime_title"></h3>
<table class="option-control-table">
@@ -8,12 +7,11 @@
<td class="option-name" i18n-content="timezone"></td>
<td class="option-value">
<select id="timezone-select" class="control"
- pref="settings.datetime.timezone"></select>
+ pref="cros.system.timezone"></select>
</td>
</tr>
</table>
</section>
--->
<section>
<h3 i18n-content="touchpad"></h3>
<table class="option-control-table">

Powered by Google App Engine
This is Rietveld 408576698