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 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() { |