Index: sandbox/tests/integration_tests/integration_tests.cc |
=================================================================== |
--- sandbox/tests/integration_tests/integration_tests.cc (revision 132034) |
+++ sandbox/tests/integration_tests/integration_tests.cc (working copy) |
@@ -7,7 +7,8 @@ |
int wmain(int argc, wchar_t **argv) { |
if (argc >= 2) { |
- if (0 == _wcsicmp(argv[1], L"-child")) |
+ if (0 == _wcsicmp(argv[1], L"-child") || |
+ 0 == _wcsicmp(argv[1], L"-child-no-sandbox")) |
// This instance is a child, not the test. |
return sandbox::DispatchCall(argc, argv); |
} |