| Index: content/browser/ppapi_plugin_process_host.h
|
| diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
|
| index 1aa0384dc58235d1dd3c2c8062ff39af3b67911d..b19536ef696ecfa85a0798ab0c33b9113ffb1d1d 100644
|
| --- a/content/browser/ppapi_plugin_process_host.h
|
| +++ b/content/browser/ppapi_plugin_process_host.h
|
| @@ -18,6 +18,7 @@
|
| #include "content/public/browser/browser_child_process_host_delegate.h"
|
| #include "content/public/browser/browser_child_process_host_iterator.h"
|
| #include "ipc/ipc_sender.h"
|
| +#include "ppapi/shared_impl/ppapi_permissions.h"
|
|
|
| class BrowserChildProcessHostImpl;
|
|
|
| @@ -138,6 +139,7 @@ class PpapiPluginProcessHost : public content::BrowserChildProcessHostDelegate,
|
| // Handles most requests from the plugin. May be NULL.
|
| scoped_refptr<PepperMessageFilter> filter_;
|
|
|
| + ppapi::PpapiPermissions permissions_;
|
| scoped_refptr<content::BrowserPpapiHostImpl> host_impl_;
|
|
|
| // Handles filesystem requests from flash plugins. May be NULL.
|
|
|