| Index: components/crash/content/app/breakpad_linux.h
|
| diff --git a/components/crash/content/app/breakpad_linux.h b/components/crash/content/app/breakpad_linux.h
|
| index a85a98cd6c77a219e3b558daafa291a7cc87dcd5..bbeb208b68e1a08e1376a279468e0cd0c1c30a0b 100644
|
| --- a/components/crash/content/app/breakpad_linux.h
|
| +++ b/components/crash/content/app/breakpad_linux.h
|
| @@ -31,6 +31,11 @@ extern void InitMicrodumpCrashHandlerIfNecessary(
|
|
|
| extern void AddGpuFingerprintToMicrodumpCrashHandler(
|
| const std::string& gpu_fingerprint);
|
| +
|
| +// Calling SuppressDumpGeneration causes subsequent crashes to not
|
| +// generate dumps. Calling base::debug::DumpWithoutCrashing will still
|
| +// generate a dump.
|
| +extern void SuppressDumpGeneration();
|
| #endif
|
|
|
| // Checks if crash reporting is enabled. Note that this is not the same as
|
|
|