| Index: chrome/browser/resources/settings/controls/settings_checkbox.html
|
| diff --git a/chrome/browser/resources/settings/controls/settings_checkbox.html b/chrome/browser/resources/settings/controls/settings_checkbox.html
|
| index 5bc7cf31861045029be912c324c3789f83dd6bf4..34284a009978962f9fecb93da7664ff3d4915cd6 100644
|
| --- a/chrome/browser/resources/settings/controls/settings_checkbox.html
|
| +++ b/chrome/browser/resources/settings/controls/settings_checkbox.html
|
| @@ -30,9 +30,8 @@
|
| }
|
| </style>
|
| <div id="outerRow" noSubLabel$="[[!subLabel]]">
|
| - <!-- TODO(dbeam): should we be calling notifyChangedByUserInteraction
|
| - somewhere here like we do for settings-toggle-button? -->
|
| <paper-checkbox id="checkbox" checked="{{checked}}"
|
| + on-change="notifyChangedByUserInteraction"
|
| disabled="[[controlDisabled_(disabled, pref)]]">
|
| <div>[[label]] <content></content></div>
|
| <div class="secondary">[[subLabel]]</div>
|
|
|