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

Unified Diff: chrome/browser/resources/settings/settings.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/settings.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index 007a77a74fbfb98116122c303eb0ad94ee839ab9..e8f0544604d4820d58675dad25ab46584d4c7a95 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -4,7 +4,7 @@
<dom-module id="cr-settings">
<template>
- <cr-settings-prefs id="prefs"></cr-settings-prefs>
+ <cr-settings-prefs id="prefs" pref-store="{{prefs_}}"></cr-settings-prefs>
<cr-settings-ui prefs="{{prefs_}}"></cr-settings-ui>
</template>
<script src="settings.js"></script>
« no previous file with comments | « chrome/browser/resources/settings/search_page/search_page.js ('k') | chrome/browser/resources/settings/settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698