Chromium Code Reviews| Index: chrome/browser/resources/settings/privacy_page/privacy_page.html |
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html |
| index 4bf462434a60e6f650baab76ea9c82b6e52718f2..6871e2d42dec17a83116814bc2e6df7c57695a68 100644 |
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.html |
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html |
| @@ -81,10 +81,11 @@ |
| label="$i18n{networkPredictionEnabled}"> |
| </settings-toggle-button> |
| </div> |
| - <div class="settings-box"> |
| + <div class="settings-box" actionable |
| + on-tap="onSafeBrowsingExtendedReportingControlTap_"> |
| <div class="start">$i18n{safeBrowsingEnableExtendedReporting}</div> |
| <paper-toggle-button id="safeBrowsingExtendedReportingControl" |
| - on-tap="onSafeBrowsingExtendedReportingControlTap_" |
| + on-change="onSafeBrowsingExtendedReportingControlTap_" |
|
scottchen
2017/02/10 06:51:02
This is needed to handle dragging, since on-tap do
|
| checked="[[safeBrowsingExtendedReportingEnabled_]]"> |
| </paper-toggle-button> |
| </div> |