Index: chrome/browser/plugins/plugin_finder.h |
diff --git a/chrome/browser/plugins/plugin_finder.h b/chrome/browser/plugins/plugin_finder.h |
index 5704863ac638181645cc89c1400fca036455bd15..77be58f6753f5a641591d000fe04812b3c250585 100644 |
--- a/chrome/browser/plugins/plugin_finder.h |
+++ b/chrome/browser/plugins/plugin_finder.h |
@@ -61,15 +61,6 @@ class PluginFinder { |
scoped_ptr<PluginMetadata>* plugin_metadata); |
#endif |
- // Returns the plugin name with the given |identifier| or |identifier| if not |
- // found. |
- base::string16 FindPluginNameWithIdentifier(const std::string& identifier); |
- |
- // Returns the plugin name with the given |mime_type| and |language| or |
- // |mime_type| if not found. |
- base::string16 FindPluginName(const std::string& mime_type, |
- const std::string& language); |
- |
// Gets plugin metadata using |plugin|. |
scoped_ptr<PluginMetadata> GetPluginMetadata( |
const content::WebPluginInfo& plugin); |