| Index: android_webview/common/crash_reporter/aw_microdump_crash_reporter.h
|
| diff --git a/android_webview/common/crash_reporter/aw_microdump_crash_reporter.h b/android_webview/common/crash_reporter/aw_microdump_crash_reporter.h
|
| index 26007d8d11d1b40b1c2557b0be09e4c9d3ff0500..1f719afc511ffcaa6628db8a4370eea83869b39e 100644
|
| --- a/android_webview/common/crash_reporter/aw_microdump_crash_reporter.h
|
| +++ b/android_webview/common/crash_reporter/aw_microdump_crash_reporter.h
|
| @@ -20,6 +20,7 @@ void AddGpuFingerprintToMicrodumpCrashHandler(
|
| const std::string& gpu_fingerprint);
|
| bool DumpWithoutCrashingToFd(int fd);
|
| bool IsCrashReporterEnabled();
|
| +void SuppressDumpGeneration();
|
| } // namespace crash_reporter
|
| } // namespace android_webview
|
|
|
|
|