Index: webkit/plugins/npapi/plugin_list.h |
diff --git a/webkit/plugins/npapi/plugin_list.h b/webkit/plugins/npapi/plugin_list.h |
index bb8fbd1017dc5b870e62d6d1524523c4892c1606..c8fa5ffe6a10c9a7683b0d887c6f0fd8cce5e818 100644 |
--- a/webkit/plugins/npapi/plugin_list.h |
+++ b/webkit/plugins/npapi/plugin_list.h |
@@ -148,11 +148,6 @@ class PluginList { |
std::vector<webkit::WebPluginInfo>* info, |
std::vector<std::string>* actual_mime_types); |
- // Get plugin info by plugin path (including disabled plugins). Returns true |
- // if the plugin is found and WebPluginInfo has been filled in |info|. |
- bool GetPluginInfoByPath(const FilePath& plugin_path, |
- webkit::WebPluginInfo* info); |
- |
// Populates the given vector with all available plugin groups. If |
// |load_if_necessary| is true, this will potentially load the plugin list |
// synchronously. |