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

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

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_handler.h ('k') | chrome/browser/ui/webui/plugins/plugins_ui.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.cc
diff --git a/chrome/browser/ui/webui/plugins/plugins_handler.cc b/chrome/browser/ui/webui/plugins/plugins_handler.cc
index 96e96a99a45fcf6f17018e01a9112f882f358332..2c70a110270bcf033b1be2bd550250d525543d6a 100644
--- a/chrome/browser/ui/webui/plugins/plugins_handler.cc
+++ b/chrome/browser/ui/webui/plugins/plugins_handler.cc
@@ -113,16 +113,6 @@ PluginsPageHandler::PluginsPageHandler(
PluginsPageHandler::~PluginsPageHandler() {}
-void PluginsPageHandler::SetPluginEnabled(const std::string& plugin_path,
- bool enable) {
- // TODO(http://crbug.com/615738): Remove this page altogether.
-}
-
-void PluginsPageHandler::SetPluginGroupEnabled(const std::string& group_name,
- bool enable) {
- // TODO(http://crbug.com/615738): Remove this page altogether.
-}
-
void PluginsPageHandler::GetShowDetails(
const GetShowDetailsCallback& callback) {
callback.Run(show_details_.GetValue());
« no previous file with comments | « chrome/browser/ui/webui/plugins/plugins_handler.h ('k') | chrome/browser/ui/webui/plugins/plugins_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698