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

Unified Diff: chrome/browser/resources/settings/date_time_page/date_time_page.html

Issue 1132223005: Fix the pref binding by binding to the object rather than the element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fixes
Patch Set: ::change Created 5 years, 7 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/settings/date_time_page/date_time_page.html
diff --git a/chrome/browser/resources/settings/date_time_page/date_time_page.html b/chrome/browser/resources/settings/date_time_page/date_time_page.html
index 815928dc20bdbba168523b5211efc92c43186f49..f3c177efdb22730411f3f80c2a5cab70984b052b 100644
--- a/chrome/browser/resources/settings/date_time_page/date_time_page.html
+++ b/chrome/browser/resources/settings/date_time_page/date_time_page.html
@@ -12,7 +12,7 @@
<span class="time-zone-label" i18n-content="dateTimeTimeZoneLabel"></span>
</div>
<cr-settings-checkbox
- pref="{{prefs.settings.settings.clock.use_24hour_clock}}"
+ pref="{{prefs.settings.clock.use_24hour_clock}}"
i18n-values="label:dateTime24HourClockLabel">
</cr-settings-checkbox>
<span id="setAutomatically" i18n-content="dateTimeAutomaticallySet"></span>

Powered by Google App Engine
This is Rietveld 408576698