summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_main.cc
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 19:02:21 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 19:02:21 +0000
commit9b8b6fddfef6ce2c00b0115f90a03b31c6b97645 (patch)
tree341b15c00bf63b5c8229f3856230269b227500be /chrome/app/chrome_main.cc
parent4bda39710e4b3b88563b0d25b48fb8118df4d745 (diff)
downloadchromium_src-9b8b6fddfef6ce2c00b0115f90a03b31c6b97645.zip
chromium_src-9b8b6fddfef6ce2c00b0115f90a03b31c6b97645.tar.gz
chromium_src-9b8b6fddfef6ce2c00b0115f90a03b31c6b97645.tar.bz2
Add path for NaCl pepper2 based plugin.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=933 TEST=none Original patch by Noel Allen. Review URL: http://codereview.chromium.org/5740007/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_main.cc')
-rw-r--r--chrome/app/chrome_main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc
index e19f550..2801b5b 100644
--- a/chrome/app/chrome_main.cc
+++ b/chrome/app/chrome_main.cc
@@ -875,6 +875,7 @@ int ChromeMain(int argc, char** argv) {
if (process_type == switches::kRendererProcess ||
process_type == switches::kExtensionProcess ||
process_type == switches::kNaClLoaderProcess ||
+ process_type == switches::kPpapiPluginProcess ||
process_type == switches::kGpuProcess) {
initialize_sandbox = false;
}