| Index: components/crash/content/app/crashpad_win.cc
|
| diff --git a/components/crash/content/app/crashpad_win.cc b/components/crash/content/app/crashpad_win.cc
|
| index ec00a0d4018610e93b454a0ab40490f47c61cf67..d32c3ed0b0bf06716732be2ee4ceccc2cbf1479a 100644
|
| --- a/components/crash/content/app/crashpad_win.cc
|
| +++ b/components/crash/content/app/crashpad_win.cc
|
| @@ -141,7 +141,7 @@ base::FilePath PlatformCrashpadInitialization(bool initial_client,
|
|
|
| // Used for dumping a process state when there is no crash.
|
| extern "C" void __declspec(dllexport) __cdecl DumpProcessWithoutCrash() {
|
| - CRASHPAD_SIMULATE_CRASH();
|
| + //CRASHPAD_SIMULATE_CRASH();
|
| }
|
|
|
| namespace {
|
|
|