Index: android_webview/lib/main/aw_main_delegate.cc |
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc |
index ce1d576cfc5d879fa65455bcedc72529702b5816..49e305f2a81eda7f18696e6d5eddb40669ed29e3 100644 |
--- a/android_webview/lib/main/aw_main_delegate.cc |
+++ b/android_webview/lib/main/aw_main_delegate.cc |
@@ -178,7 +178,7 @@ void AwMainDelegate::PreSandboxStartup() { |
if (process_type.empty() && |
command_line.HasSwitch(switches::kSingleProcess)) { |
// "webview" has a special treatment in breakpad_linux.cc. |
- process_type = "webview"; |
+ process_type = "webview-singleprocess"; |
} |
crash_reporter::EnableMicrodumpCrashReporter(process_type, crash_signal_fd); |