Index: chrome/browser/resources/options/content_settings.js |
diff --git a/chrome/browser/resources/options/content_settings.js b/chrome/browser/resources/options/content_settings.js |
index baa55531fc6c3c60b9f1eeccc223e5affc3d16d3..556d6563d89579e0a5057edd80f538df8b73260e 100644 |
--- a/chrome/browser/resources/options/content_settings.js |
+++ b/chrome/browser/resources/options/content_settings.js |
@@ -50,10 +50,7 @@ cr.define('options', function() { |
OptionsPage.showPageByName('cookiesView'); |
}; |
- $('plugins-tab').onclick = function(event) { |
- chrome.send('openPluginsTab'); |
- return false; |
- }; |
+ handleFileOrAboutLinkClicks($('plugins-tab')); |
if (!templateData.enable_click_to_play) |
$('click_to_play').style.display = 'none'; |