| Index: net/tools/stress_cache/stress_cache.cc
|
| diff --git a/net/tools/stress_cache/stress_cache.cc b/net/tools/stress_cache/stress_cache.cc
|
| index b63ce2111867038cabe7076c037e45be2cfaa79c..d67ebddb52a39463d8ebaf4dc0d69b8a461ae7cb 100644
|
| --- a/net/tools/stress_cache/stress_cache.cc
|
| +++ b/net/tools/stress_cache/stress_cache.cc
|
| @@ -204,7 +204,7 @@ void CrashCallback() {
|
| printf("sweet death...\n");
|
| #if defined(OS_WIN)
|
| // Windows does more work on _exit() than we would like.
|
| - base::Process::Current().Terminate(kExpectedCrash);
|
| + base::Process::Current().Terminate(kExpectedCrash, false);
|
| #elif defined(OS_POSIX)
|
| // On POSIX, _exit() will terminate the process with minimal cleanup,
|
| // and it is cleaner than killing.
|
|
|