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

Unified Diff: android_webview/crash_reporter/aw_microdump_crash_reporter.h

Issue 1518913002: [Android WebView] Update microdump generation for sandboxed renderers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disabled failing test 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
Index: android_webview/crash_reporter/aw_microdump_crash_reporter.h
diff --git a/android_webview/crash_reporter/aw_microdump_crash_reporter.h b/android_webview/crash_reporter/aw_microdump_crash_reporter.h
index 067363f7095b5ea27f7d802e469cfdcde9322435..ae567a8aecac24b5cea5e2dbfb223ac1b26f236c 100644
--- a/android_webview/crash_reporter/aw_microdump_crash_reporter.h
+++ b/android_webview/crash_reporter/aw_microdump_crash_reporter.h
@@ -10,7 +10,7 @@
namespace android_webview {
namespace crash_reporter {
-void EnableMicrodumpCrashReporter();
+void EnableMicrodumpCrashReporter(const std::string& process_type);
void AddGpuFingerprintToMicrodumpCrashHandler(
const std::string& gpu_fingerprint);
bool DumpWithoutCrashingToFd(int fd);

Powered by Google App Engine
This is Rietveld 408576698