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

Unified Diff: content/public/common/pepper_plugin_info.cc

Issue 10735011: Add permissions buts for Pepper plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: content/public/common/pepper_plugin_info.cc
diff --git a/content/public/common/pepper_plugin_info.cc b/content/public/common/pepper_plugin_info.cc
index 54150daa644211805c64eae045c438b3d2a99f8e..f03da5c3252f688d6ef7db6daee8579bdc3013a8 100644
--- a/content/public/common/pepper_plugin_info.cc
+++ b/content/public/common/pepper_plugin_info.cc
@@ -9,7 +9,8 @@ namespace content {
PepperPluginInfo::PepperPluginInfo()
: is_internal(false),
is_out_of_process(false),
- is_sandboxed(true) {
+ is_sandboxed(true),
+ permissions(0) {
}
PepperPluginInfo::~PepperPluginInfo() {
« no previous file with comments | « content/public/common/pepper_plugin_info.h ('k') | content/renderer/pepper/pepper_in_process_resource_creation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698