| Index: chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js
|
| diff --git a/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js b/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js
|
| index d15e3eb48f89f815c66809f0a8a898369fbe38e8..248397e3f782e6efefb3e63c957bd43b129c1bc5 100644
|
| --- a/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js
|
| +++ b/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.js
|
| @@ -61,6 +61,10 @@ var SettingsBooleanControlBehaviorImpl = {
|
| 'prefValueChanged_(pref.value)',
|
| ],
|
|
|
| + notifyChangedByUserInteraction: function() {
|
| + this.fire('settings-boolean-control-change');
|
| + },
|
| +
|
| /** Reset the checked state to match the current pref value. */
|
| resetToPrefValue: function() {
|
| this.checked = this.getNewValue_(this.pref.value);
|
|
|