Chromium Code Reviews| Index: webkit/plugins/npapi/plugin_list.h |
| =================================================================== |
| --- webkit/plugins/npapi/plugin_list.h (revision 170233) |
| +++ webkit/plugins/npapi/plugin_list.h (working copy) |
| @@ -283,10 +283,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 |
| // |