Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1731)

Unified Diff: android_webview/common/crash_reporter/aw_microdump_crash_reporter.h

Issue 2635493002: Suppress browser microdump when renderer crashes in multiprocess WebView. (Closed)
Patch Set: reorder functions. again. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « android_webview/browser/aw_browser_terminator.cc ('k') | android_webview/common/crash_reporter/aw_microdump_crash_reporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698