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

Unified Diff: components/crash/content/app/breakpad_linux.h

Issue 1518913002: [Android WebView] Update microdump generation for sandboxed renderers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typo Created 5 years 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
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | components/crash/content/app/breakpad_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1d849eb3222e7a2525c5471d6f7ca83c4dfb4199..8f73127c80f6ce70b384a3f37ae8ff9162464131 100644
--- a/components/crash/content/app/breakpad_linux.h
+++ b/components/crash/content/app/breakpad_linux.h
@@ -16,11 +16,15 @@ namespace breakpad {
// Turns on the crash reporter in any process.
extern void InitCrashReporter(const std::string& process_type);
-// Enables the crash reporter in child processes.
#if defined(OS_ANDROID)
+// Enables the crash reporter in child processes.
extern void InitNonBrowserCrashReporterForAndroid(
const std::string& process_type);
+// Enables *micro*dump only. Can be called from any process.
+extern void InitMicrodumpCrashHandlerIfNecessary(
+ const std::string& process_type);
+
extern void AddGpuFingerprintToMicrodumpCrashHandler(
const std::string& gpu_fingerprint);
#endif
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | components/crash/content/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698