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

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

Issue 2432383005: [MD settings] help button in content settings site lists (Closed)
Patch Set: Created 4 years, 2 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 50b48d9cb3acff5597599186705ef679df241900..e2f2c045052fb973d4c9ea81ab5a3f295c55a787 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
@@ -95,6 +95,12 @@ Polymer({
settings.navigateToPreviousRoute();
},
+ /** @private */
+ onHelpTap_: function() {
+ window.open(
+ 'https://support.google.com/chrome/?p=settings_manage_exceptions');
+ },
dschuyler 2016/10/20 23:27:46 This is moved from site_settings_category.js
+
<if expr="_google_chrome and not chromeos">
/** @private */
onMetricsReportingCheckboxTap_: function() {

Powered by Google App Engine
This is Rietveld 408576698