| Index: content/public/common/pepper_plugin_info.h
|
| diff --git a/content/public/common/pepper_plugin_info.h b/content/public/common/pepper_plugin_info.h
|
| index f17cb305b619d57e2696f2de0e55c8083bb7598e..97b290dbdd187e542c21a5a356ee64b1b6c440a6 100644
|
| --- a/content/public/common/pepper_plugin_info.h
|
| +++ b/content/public/common/pepper_plugin_info.h
|
| @@ -44,6 +44,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
|
|
|