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

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

Issue 6150003: DOMUI: Implement the i18n-options attribute that allows the client to load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit fix. Created 9 years, 11 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
diff --git a/chrome/browser/resources/options/chromeos_system_options.html b/chrome/browser/resources/options/chromeos_system_options.html
index 00353419f9d4c37fb4d8ee95f240dacfe6e4cf49..e43b40a608dc4de63e3eb99b459abf96e1a06c2b 100644
--- a/chrome/browser/resources/options/chromeos_system_options.html
+++ b/chrome/browser/resources/options/chromeos_system_options.html
@@ -7,6 +7,7 @@
<td class="option-name" i18n-content="timezone"></td>
<td class="option-value">
<select id="timezone-select" class="control"
+ i18n-options="timezoneList"
pref="cros.system.timezone"></select>
</td>
</tr>

Powered by Google App Engine
This is Rietveld 408576698