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

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_category.js

Issue 2563893002: [MD settings] move adobe storage settings button out of site-settings-category (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_settings_category.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_settings_category.js
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_category.js b/chrome/browser/resources/settings/site_settings/site_settings_category.js
index 9f637c3294551e82c05513ba5bfeebb8b37638e9..ccc628ddc226839aed56c8ecde3c25773b0b77cf 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_category.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_category.js
@@ -183,20 +183,4 @@ Polymer({
isCookiesCategory_: function(category) {
return category == settings.ContentSettingsTypes.COOKIES;
},
-
- /**
- * Returns whether this is the Plugins category.
- * @param {string} category The current category.
- * @return {boolean} Whether this is the Plugins category.
- * @private
- */
- isPluginCategory_: function(category) {
- return category == settings.ContentSettingsTypes.PLUGINS;
- },
-
- /** @private */
- onAdobeFlashStorageClicked_: function() {
- window.open('https://www.macromedia.com/support/' +
- 'documentation/en/flashplayer/help/settings_manager07.html');
- },
});
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_settings_category.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698