Index: components/crash/content/app/crashpad.cc |
diff --git a/components/crash/content/app/crashpad.cc b/components/crash/content/app/crashpad.cc |
index 72d68fb89ab1d755238deddc883c80a829ab225e..7cfd8e5e24b9083d40f85bf259afb17f57b94837 100644 |
--- a/components/crash/content/app/crashpad.cc |
+++ b/components/crash/content/app/crashpad.cc |
@@ -100,7 +100,7 @@ bool LogMessageHandler(int severity, |
} |
void DumpWithoutCrashing() { |
- CRASHPAD_SIMULATE_CRASH(); |
+ //CRASHPAD_SIMULATE_CRASH(); |
} |
#if BUILDFLAG(ENABLE_KASKO) |