| Index: webkit/glue/webplugininfo.h
|
| diff --git a/webkit/glue/webplugininfo.h b/webkit/glue/webplugininfo.h
|
| index 77c59ea7bc2d3bd88694091e2b61d17046a9c3a6..21f34df5ef8de6b37d57f3032536e2765aeaf6ef 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_
|
|
|