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

Unified Diff: webkit/plugins/npapi/plugin_list.h

Issue 11369247: Remove PluginList::RemovePlugin() and directly remove old plug-ins from plug-in list instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | webkit/plugins/npapi/plugin_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_list.h
diff --git a/webkit/plugins/npapi/plugin_list.h b/webkit/plugins/npapi/plugin_list.h
index 6825538413a1507bfe0048dc0f716a32fb365e1d..f34a18a73c9af375afa29f7951fb0d57a62baf29 100644
--- a/webkit/plugins/npapi/plugin_list.h
+++ b/webkit/plugins/npapi/plugin_list.h
@@ -217,10 +217,6 @@ class WEBKIT_PLUGINS_EXPORT PluginList {
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
//
« no previous file with comments | « no previous file | webkit/plugins/npapi/plugin_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698