diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 19:09:41 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 19:09:41 +0000 |
commit | 979466dbde52af02c5ad15fcd0528ca0d3d85b05 (patch) | |
tree | 0579174d18ba526d3fa93eb01eadd04349df907f /chrome/common/sandbox_policy.cc | |
parent | 57c4f7c26fd7fb640979dcaf29719eab06a638c5 (diff) | |
download | chromium_src-979466dbde52af02c5ad15fcd0528ca0d3d85b05.zip chromium_src-979466dbde52af02c5ad15fcd0528ca0d3d85b05.tar.gz chromium_src-979466dbde52af02c5ad15fcd0528ca0d3d85b05.tar.bz2 |
Back out r58711. It appears to have caused video/media-related ui_tests
failures on Windows:
MediaTest.VideoBearTheora
MediaTest.VideoBearSilentTheora
MediaTest.VideoBearWebm
MediaTest.VideoBearSilentWebm
UILayoutTest.MediaUILayoutTest
BUG=54469
TEST=tree
Review URL: http://codereview.chromium.org/3333019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/sandbox_policy.cc')
-rw-r--r-- | chrome/common/sandbox_policy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/sandbox_policy.cc b/chrome/common/sandbox_policy.cc index dd9996c..e772fc9 100644 --- a/chrome/common/sandbox_policy.cc +++ b/chrome/common/sandbox_policy.cc @@ -460,7 +460,7 @@ base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line, in_sandbox = false; } #endif - if (!browser_command_line.HasSwitch(switches::kDisableExperimentalWebGL) && + if (browser_command_line.HasSwitch(switches::kEnableExperimentalWebGL) && browser_command_line.HasSwitch(switches::kInProcessWebGL)) { // In process WebGL won't work if the sandbox is enabled. in_sandbox = false; |