| 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.
|
|
|