| Index: content/common/sandbox_win.cc
|
| diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
|
| index baa2470971d11a792fc27fe66f66187842ac83ce..8790a460673fa26b651434227fc2a47684449955 100644
|
| --- a/content/common/sandbox_win.cc
|
| +++ b/content/common/sandbox_win.cc
|
| @@ -784,12 +784,10 @@ sandbox::ResultCode StartSandboxedProcess(
|
| }
|
| }
|
|
|
| -#if !defined(OFFICIAL_BUILD)
|
| // If stdout/stderr point to a Windows console, these calls will
|
| // have no effect. These calls can fail with SBOX_ERROR_BAD_PARAMS.
|
| policy->SetStdoutHandle(GetStdHandle(STD_OUTPUT_HANDLE));
|
| policy->SetStderrHandle(GetStdHandle(STD_ERROR_HANDLE));
|
| -#endif
|
|
|
| if (!delegate->PreSpawnTarget(policy))
|
| return sandbox::SBOX_ERROR_DELEGATE_PRE_SPAWN;
|
|
|