summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host/nacl_process_host.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-02 18:12:41 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-02 18:12:41 +0000
commit195d4cde0da1d590ea978da9e532feceebe12ec1 (patch)
treef93460315e38383d74dcb46590275ef989b40caa /chrome/browser/nacl_host/nacl_process_host.h
parent8a56410423d622cf586c7587f6c3634d391254d7 (diff)
downloadchromium_src-195d4cde0da1d590ea978da9e532feceebe12ec1.zip
chromium_src-195d4cde0da1d590ea978da9e532feceebe12ec1.tar.gz
chromium_src-195d4cde0da1d590ea978da9e532feceebe12ec1.tar.bz2
Hook up PpapiPermissions in more places.
This doesn't actually do much more checking of the permissions, but it should wire it up everywhere we'll need it. It will also at least only return public interfaces via GetInterface in the proxy now unless other bits are supplied. Review URL: https://codereview.chromium.org/10984094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/nacl_host/nacl_process_host.h')
-rw-r--r--chrome/browser/nacl_host/nacl_process_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h
index 6cfc3be..065704e 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