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

Unified Diff: chrome/browser/ui/webui/plugins/plugins_handler.h

Issue 2530563002: Remove the enable/disable links for the about:plugins page. (Closed)
Patch Set: Created 4 years, 1 month 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/ui/webui/plugins/plugins.mojom ('k') | chrome/browser/ui/webui/plugins/plugins_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/plugins/plugins_handler.h
diff --git a/chrome/browser/ui/webui/plugins/plugins_handler.h b/chrome/browser/ui/webui/plugins/plugins_handler.h
index 13bbaabc61da194ed9747631225abf5eb7dbf7cb..162479a0d5e95c22b3326010cf3ef8bba512c762 100644
--- a/chrome/browser/ui/webui/plugins/plugins_handler.h
+++ b/chrome/browser/ui/webui/plugins/plugins_handler.h
@@ -30,9 +30,6 @@ class PluginsPageHandler : public MojoWebUIHandler,
void GetShowDetails(const GetShowDetailsCallback& callback) override;
void SaveShowDetailsToPrefs(bool details_mode) override;
void SetPluginAlwaysAllowed(const std::string& plugin, bool allowed) override;
- void SetPluginEnabled(const std::string& plugin_path, bool enable) override;
- void SetPluginGroupEnabled(const std::string& group_name,
- bool enable) override;
void SetClientPage(mojom::PluginsPagePtr page) override;
// content::NotificationObserver implementation.
« no previous file with comments | « chrome/browser/ui/webui/plugins/plugins.mojom ('k') | chrome/browser/ui/webui/plugins/plugins_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698