From 6a7e9055b265b51952ef92027a77ec202ac9c442 Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 15 Dec 2010 19:04:21 +0000 Subject: [PATCH] Revert unintentional part of previous change git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69287 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome_main.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc index 2801b5b14d42c..e19f5501df032 100644 --- a/chrome/app/chrome_main.cc +++ b/chrome/app/chrome_main.cc @@ -875,7 +875,6 @@ 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; } -- GitLab