summaryrefslogtreecommitdiffstats
path: root/content/browser/ppapi_plugin_process_host.cc
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-14 20:11:05 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-14 20:11:05 +0000
commita8dcee933c481e605099cf9497e5c3f5f72ef93f (patch)
tree8eb73683165f9be55c2366f2c07ecad3dc0f1793 /content/browser/ppapi_plugin_process_host.cc
parent6443aa7460501212450e0e7a28413aa961b08034 (diff)
downloadchromium_src-a8dcee933c481e605099cf9497e5c3f5f72ef93f.zip
chromium_src-a8dcee933c481e605099cf9497e5c3f5f72ef93f.tar.gz
chromium_src-a8dcee933c481e605099cf9497e5c3f5f72ef93f.tar.bz2
Mac: Make PPAPI plugins work out of process (i.e., with a proxy) and a sandbox.
Also make sure that --no-sandbox works correctly in disabling the sandbox for the PPAPI plugin process. BUG=none TEST=Mac Flapper works out of process (at least for some content). \ --no-sandbox also works correctly in disabling the sandbox for the PPAPI \ process. Review URL: http://codereview.chromium.org/6979022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/ppapi_plugin_process_host.cc')
-rw-r--r--content/browser/ppapi_plugin_process_host.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc
index 738cefe..b0a6a1c 100644
--- a/content/browser/ppapi_plugin_process_host.cc
+++ b/content/browser/ppapi_plugin_process_host.cc
@@ -49,6 +49,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) {
// TODO(vtl): Stop passing flash args in the command line, on windows is
// going to explode.
static const char* kForwardSwitches[] = {
+ switches::kNoSandbox,
switches::kPpapiFlashArgs,
switches::kPpapiStartupDialog
};