diff options
Diffstat (limited to 'content/public/common/pepper_plugin_info.h')
-rw-r--r-- | content/public/common/pepper_plugin_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/public/common/pepper_plugin_info.h b/content/public/common/pepper_plugin_info.h index d21f5e4..207295d 100644 --- a/content/public/common/pepper_plugin_info.h +++ b/content/public/common/pepper_plugin_info.h @@ -43,6 +43,9 @@ struct CONTENT_EXPORT PepperPluginInfo { // When is_internal is set, this contains the function pointers to the // entry points for the internal plugins. webkit::ppapi::PluginModule::EntryPoints internal_entry_points; + + // Permission bits from ppapi::Permission. + uint32 permissions; }; } // namespace content |