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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.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/search_page/search_page.js
diff --git a/chrome/browser/resources/settings/search_page/search_page.js b/chrome/browser/resources/settings/search_page/search_page.js
index e66c51ff18e5ca378424c531e891308661495e3a..6ddbfc7985de58ff23ff4481287b39f988756f9a 100644
--- a/chrome/browser/resources/settings/search_page/search_page.js
+++ b/chrome/browser/resources/settings/search_page/search_page.js
@@ -21,15 +21,6 @@ Polymer({
properties: {
/**
- * Preferences state.
- * @type {?CrSettingsPrefsElement}
- */
- prefs: {
- type: Object,
- notify: true,
- },
-
- /**
* Route for the page.
*/
route: String,

Powered by Google App Engine
This is Rietveld 408576698