Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.js

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: merge Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
- 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')

Powered by Google App Engine
This is Rietveld 408576698