| Index: chrome/browser/ui/webui/plugins/plugins.mojom
|
| diff --git a/chrome/browser/ui/webui/plugins/plugins.mojom b/chrome/browser/ui/webui/plugins/plugins.mojom
|
| index a1367f753b8d68b59e6f90803518c75461aed018..893ed042f1f2fd187513c21737fbc47f31a81397 100644
|
| --- a/chrome/browser/ui/webui/plugins/plugins.mojom
|
| +++ b/chrome/browser/ui/webui/plugins/plugins.mojom
|
| @@ -39,8 +39,6 @@ interface PluginsPageHandler {
|
| GetShowDetails() => (bool show_details);
|
| SaveShowDetailsToPrefs(bool details_mode);
|
| SetPluginAlwaysAllowed(string plugin, bool allowed);
|
| - SetPluginEnabled(string plugin_path, bool enable);
|
| - SetPluginGroupEnabled(string group_name, bool enable);
|
| SetClientPage(PluginsPage page);
|
| };
|
|
|
|
|