Chromium Code Reviews| Index: webkit/plugins/npapi/plugin_list.h |
| =================================================================== |
| --- webkit/plugins/npapi/plugin_list.h (revision 168780) |
| +++ webkit/plugins/npapi/plugin_list.h (working copy) |
| @@ -217,10 +217,6 @@ |
| const std::string& extension, |
| std::string* actual_mime_type); |
| - // Removes a plug-in from |plugins_list_| by its path. |
| - static bool RemovePlugin(const FilePath& filename, |
| - std::vector<webkit::WebPluginInfo>* plugins); |
| - |
| // |
| // Platform functions |
| // |