Index: content/browser/plugin_service_impl.h |
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h |
index be3607506cd55b87a39a7cf3f6ebaca333aa22d9..bc8f1129020e273c4287d6ea3bb0e28d2de0ab96 100644 |
--- a/content/browser/plugin_service_impl.h |
+++ b/content/browser/plugin_service_impl.h |
@@ -97,6 +97,7 @@ class CONTENT_EXPORT PluginServiceImpl |
std::string* actual_mime_type) OVERRIDE; |
virtual bool GetPluginInfoByPath(const FilePath& plugin_path, |
webkit::WebPluginInfo* info) OVERRIDE; |
+ virtual string16 GetPluginDisplayNameByPath(const FilePath& path) OVERRIDE; |
virtual void GetPlugins(const GetPluginsCallback& callback) OVERRIDE; |
virtual void GetPluginGroups( |
const GetPluginGroupsCallback& callback) OVERRIDE; |