summaryrefslogtreecommitdiffstats
path: root/components/nacl/common
diff options
context:
space:
mode:
authorhamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-20 07:51:42 +0000
committerhamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-20 07:51:42 +0000
commitaec5ed535e9588a85246b049c36e0d83b119387d (patch)
tree0222c0c04092525090bb90af0006a6994de0c336 /components/nacl/common
parent2c1cb79c1edabde4d65676dce382adef7acb5713 (diff)
downloadchromium_src-aec5ed535e9588a85246b049c36e0d83b119387d.zip
chromium_src-aec5ed535e9588a85246b049c36e0d83b119387d.tar.gz
chromium_src-aec5ed535e9588a85246b049c36e0d83b119387d.tar.bz2
Pepper: Whitelist dev channel APIs for some apps.
Some applications need access to dev channel APIs before they will become stable. As written, this change only performs whitelisting for NaCl apps; I don't think we have any need for enabling this in the non-NaCl case. I need to find a good way to test this. BUG=383937 R=dmichael@chromium.org, jln@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/338523007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/nacl/common')
-rw-r--r--components/nacl/common/nacl_types.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/nacl/common/nacl_types.cc b/components/nacl/common/nacl_types.cc
index 0dc5a1c..cc339b9 100644
--- a/components/nacl/common/nacl_types.cc
+++ b/components/nacl/common/nacl_types.cc
@@ -51,6 +51,7 @@ NaClLaunchParams::NaClLaunchParams(const NaClLaunchParams& l) {
render_view_id = l.render_view_id;
permission_bits = l.permission_bits;
uses_irt = l.uses_irt;
+ uses_nonsfi_mode = l.uses_nonsfi_mode;
enable_dyncode_syscalls = l.enable_dyncode_syscalls;
enable_exception_handling = l.enable_exception_handling;
enable_crash_throttling = l.enable_crash_throttling;