Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Unified Diff: webkit/plugins/webplugininfo.h

Issue 10831224: Add pepper permissions to WebPluginInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/pepper_plugin_registry.cc ('k') | webkit/plugins/webplugininfo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/common/pepper_plugin_registry.cc ('k') | webkit/plugins/webplugininfo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698