summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 21:32:36 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 21:32:36 +0000
commitb1420b19dedf7d174e1d42f9aa67b1e591bd893a (patch)
treedce6dacb8e127fd9517190d3a1856ef67bf9d933 /webkit/glue/plugins
parent030861982b631d314e9b4deed58e5e385f851a16 (diff)
downloadchromium_src-b1420b19dedf7d174e1d42f9aa67b1e591bd893a.zip
chromium_src-b1420b19dedf7d174e1d42f9aa67b1e591bd893a.tar.gz
chromium_src-b1420b19dedf7d174e1d42f9aa67b1e591bd893a.tar.bz2
plugins: drop PluginVersionInfo for internal plugins
The PluginVersionInfo structure just mirrored the Windows file metadata format. Since we want to create a WebPluginInfo anyway, just store a WebPluginInfo as the internal plugin info. TEST=refactoring change, should be covered by existing tests Review URL: http://codereview.chromium.org/6162008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins')
-rw-r--r--webkit/glue/plugins/plugin_list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/plugins/plugin_list.h b/webkit/glue/plugins/plugin_list.h
index 111e8fa..580d8dd 100644
--- a/webkit/glue/plugins/plugin_list.h
+++ b/webkit/glue/plugins/plugin_list.h
@@ -18,7 +18,6 @@
namespace NPAPI {
typedef webkit::npapi::PluginEntryPoints PluginEntryPoints;
-typedef webkit::npapi::PluginVersionInfo PluginVersionInfo;
class PluginList {
public: