Index: webkit/plugins/webplugininfo.h |
diff --git a/webkit/plugins/webplugininfo.h b/webkit/plugins/webplugininfo.h |
index 8e72af6ab4283c3d0eea16940a27dfb466263364..cc09f7804915cddb667b439766bd8c90e6907fb7 100644 |
--- a/webkit/plugins/webplugininfo.h |
+++ b/webkit/plugins/webplugininfo.h |
@@ -74,6 +74,9 @@ struct WEBKIT_PLUGINS_EXPORT WebPluginInfo { |
// Plugin type. See the PluginType enum. |
int type; |
+ |
+ // When type is PLUGIN_TYPE_PEPPER_* this indicates the permission bits. |
+ int32 pepper_permissions; |
}; |
// Checks whether a plugin is a Pepper plugin, enabled or disabled. |