| Index: chrome/test/nacl/nacl_browsertest.cc
|
| diff --git a/chrome/test/nacl/nacl_browsertest.cc b/chrome/test/nacl/nacl_browsertest.cc
|
| index 53aa27302293041e3ef99c1add13d256a5693b67..d487c6bfa70f1a34ce94fc1e0b0158ebb9d111f0 100644
|
| --- a/chrome/test/nacl/nacl_browsertest.cc
|
| +++ b/chrome/test/nacl/nacl_browsertest.cc
|
| @@ -218,11 +218,9 @@ class NaClBrowserTestPnaclDebug : public NaClBrowserTestPnacl {
|
| NaClBrowserTestPnacl::SetUpCommandLine(command_line);
|
| // Turn on debugging to influence the PNaCl URL loaded
|
| command_line->AppendSwitch(switches::kEnableNaClDebug);
|
| - // On windows, the debug stub requires --no-sandbox:
|
| - // crbug.com/265624
|
| -#if defined(OS_WIN)
|
| + // The debug stub requires --no-sandbox:
|
| + // Windows bug: crbug.com/265624
|
| command_line->AppendSwitch(switches::kNoSandbox);
|
| -#endif
|
| }
|
|
|
| // On some platforms this test does not work.
|
|
|