Index: chrome/browser/resources/settings/checkbox/checkbox.js |
diff --git a/chrome/browser/resources/settings/checkbox/checkbox.js b/chrome/browser/resources/settings/checkbox/checkbox.js |
index cb951b544fbc310b4c316a592e183e8d87ea243e..6e0860cf00b7b85554b4f9d0faabd3654c8daf14 100644 |
--- a/chrome/browser/resources/settings/checkbox/checkbox.js |
+++ b/chrome/browser/resources/settings/checkbox/checkbox.js |
@@ -21,7 +21,10 @@ Polymer({ |
* The boolean preference object to control. |
* @type {?chrome.settingsPrivate.PrefObject} |
*/ |
- pref: Object, |
+ pref: { |
+ type: Object, |
+ notify: true, |
+ }, |
label: { |
type: String, |