Index: chrome/browser/nacl_host/nacl_process_host.h |
diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h |
index 6cfc3be2f0ea5b49b7e44bdad7f6c14f2c8831f0..065704e04e251ac86adb4fc870dc72717c373a7d 100644 |
--- a/chrome/browser/nacl_host/nacl_process_host.h |
+++ b/chrome/browser/nacl_host/nacl_process_host.h |
@@ -18,6 +18,7 @@ |
#include "googleurl/src/gurl.h" |
#include "ipc/ipc_channel_handle.h" |
#include "net/base/tcp_listen_socket.h" |
+#include "ppapi/shared_impl/ppapi_permissions.h" |
class ChromeRenderMessageFilter; |
class CommandLine; |
@@ -144,6 +145,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate { |
bool OnUntrustedMessageForwarded(const IPC::Message& msg); |
GURL manifest_url_; |
+ ppapi::PpapiPermissions permissions_; |
#if defined(OS_WIN) |
// This field becomes true when the broker successfully launched |