| 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() {
|
|
|