Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(776)

Unified Diff: chrome/test/nacl/nacl_browsertest.cc

Issue 670603002: Linux sandbox: Tighten up the NaCl sandbox policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698