summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r--webkit/glue/webplugin.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h
index 96807fb..a0ac200 100644
--- a/webkit/glue/webplugin.h
+++ b/webkit/glue/webplugin.h
@@ -39,8 +39,13 @@ struct WebPluginInfo {
// The name of the plugin (i.e. Flash).
std::wstring name;
+ // The UTF8 filename of the plugin, without the path. This may be in a
+ // different case than FilePath on some systems. On Windows this comes from
+ // the DLL's version information.
+ std::string filename;
+
// The path to the plugin file (DLL/bundle/library).
- FilePath file;
+ FilePath path;
// The version number of the plugin file (may be OS-specific)
std::wstring version;