Chromium Code Reviews| Index: chrome/browser/resources/settings/privacy_page/privacy_page.js |
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js |
| index a8ac9506de287555da0631b16c4136c9da900886..5912a1bf5423c62aa6cca6f7d4a78fe44cd0b500 100644 |
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js |
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js |
| @@ -246,12 +246,6 @@ Polymer({ |
| }, |
| /** @private */ |
| - onHelpTap_: function() { |
|
dpapad
2017/04/18 21:29:27
Dead code?
scottchen
2017/04/18 22:41:51
Yeah, privacy_page.html doesn't use onHelpTap_ any
|
| - window.open( |
| - 'https://support.google.com/chrome/?p=settings_manage_exceptions'); |
| - }, |
| - |
| - /** @private */ |
| onSberChange_: function() { |
| var enabled = this.$.safeBrowsingExtendedReportingControl.checked; |
| this.browserProxy_.setSafeBrowsingExtendedReportingEnabled(enabled); |
| @@ -325,14 +319,6 @@ Polymer({ |
| loadTimeData.getString('contentSettings'); |
| }, |
| -// <if expr="chromeos"> |
| - /** @private */ |
| - onAdobeFlashStorageClicked_: function() { |
| - window.open('https://www.macromedia.com/support/' + |
| - 'documentation/en/flashplayer/help/settings_manager07.html'); |
| - }, |
| -// </if> |
| - |
| /** @private */ |
| getProtectedContentLabel_: function(value) { |
| return value ? this.i18n('siteSettingsProtectedContentEnable') |