| 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 d4bdeb4fc378da44e7864b61c7b6c070f9f80383..d6514fc9bd04a060be5c2365a3db3642a7981283 100644
 | 
| --- a/chrome/browser/resources/settings/checkbox/checkbox.js
 | 
| +++ b/chrome/browser/resources/settings/checkbox/checkbox.js
 | 
| @@ -68,7 +68,7 @@ Polymer({
 | 
|    /** @private */
 | 
|    checkedChanged_: function() {
 | 
|      if (this.pref) {
 | 
| -      this.pref.value = this.getNewValue_(this.checked);
 | 
| +      this.set('pref.value', this.getNewValue_(this.checked));
 | 
|      }
 | 
|    },
 | 
|  
 | 
| 
 |