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

Unified Diff: chrome/browser/resources/settings/settings.js

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.js
diff --git a/chrome/browser/resources/settings/settings.js b/chrome/browser/resources/settings/settings.js
index 3294f49c8de2cca6d3ccf32d239527e8d4ac8656..6995f58e39d34ef0037b46a9923dc16a0e5e495a 100644
--- a/chrome/browser/resources/settings/settings.js
+++ b/chrome/browser/resources/settings/settings.js
@@ -13,18 +13,4 @@
* @group Chrome Settings Elements
* @element cr-settings
*/
-Polymer({
- is: 'cr-settings',
-
- properties: {
- /**
- * The CrSettingsPrefsElement used throughout the app.
- * @private {!CrSettingsPrefsElement}
- */
- prefs_: {
- type: Object,
- value: function() { return this.$.prefs; },
- notify: true,
- }
- },
-});
+Polymer({is: 'cr-settings'});
« no previous file with comments | « chrome/browser/resources/settings/settings.html ('k') | chrome/browser/resources/settings/settings_main/settings_main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698