summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugininfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webplugininfo.h')
-rw-r--r--webkit/glue/webplugininfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webplugininfo.h b/webkit/glue/webplugininfo.h
index 77c59ea..21f34df 100644
--- a/webkit/glue/webplugininfo.h
+++ b/webkit/glue/webplugininfo.h
@@ -39,6 +39,9 @@ struct WebPluginInfo {
// A list of all the mime types that this plugin supports.
std::vector<WebPluginMimeType> mime_types;
+
+ // Whether the plugin is enabled.
+ bool enabled;
};
#endif // WEBKIT_GLUE_WEBPLUGININFO_H_