| Index: snapshot/win/exception_snapshot_win_test.cc
|
| diff --git a/snapshot/win/exception_snapshot_win_test.cc b/snapshot/win/exception_snapshot_win_test.cc
|
| index fe626a3873ef7ed6d63e90b5ec674881b474a0c1..8e2bc61bc5bfd19b74072fee3f29b9d14f399111 100644
|
| --- a/snapshot/win/exception_snapshot_win_test.cc
|
| +++ b/snapshot/win/exception_snapshot_win_test.cc
|
| @@ -128,7 +128,7 @@ void TestCrashingChild(const base::string16& directory_modification) {
|
| ScopedKernelHANDLE completed(CreateEvent(nullptr, false, false, nullptr));
|
| CrashingDelegate delegate(server_ready.get(), completed.get());
|
|
|
| - ExceptionHandlerServer exception_handler_server(pipe_name);
|
| + ExceptionHandlerServer exception_handler_server(pipe_name, true);
|
| RunServerThread server_thread(&exception_handler_server, &delegate);
|
| server_thread.Start();
|
| ScopedStopServerAndJoinThread scoped_stop_server_and_join_thread(
|
| @@ -230,7 +230,7 @@ void TestDumpWithoutCrashingChild(
|
| ScopedKernelHANDLE completed(CreateEvent(nullptr, false, false, nullptr));
|
| SimulateDelegate delegate(server_ready.get(), completed.get());
|
|
|
| - ExceptionHandlerServer exception_handler_server(pipe_name);
|
| + ExceptionHandlerServer exception_handler_server(pipe_name, true);
|
| RunServerThread server_thread(&exception_handler_server, &delegate);
|
| server_thread.Start();
|
| ScopedStopServerAndJoinThread scoped_stop_server_and_join_thread(
|
|
|