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

Unified Diff: components/crash/browser/crash_dump_manager_android.cc

Issue 1067733006: Add extra parameter to BrowserChildProcessCrashed to pass the exit_code at time of crash/termination (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review comments Created 5 years, 8 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
« no previous file with comments | « components/crash/browser/crash_dump_manager_android.h ('k') | content/browser/bootstrap_sandbox_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/browser/crash_dump_manager_android.cc
diff --git a/components/crash/browser/crash_dump_manager_android.cc b/components/crash/browser/crash_dump_manager_android.cc
index a6df1d92562734b65ce505d3207cee88f10bbd23..05860a718caedff2997cb1545be8ad146689b417 100644
--- a/components/crash/browser/crash_dump_manager_android.cc
+++ b/components/crash/browser/crash_dump_manager_android.cc
@@ -126,7 +126,8 @@ void CrashDumpManager::BrowserChildProcessHostDisconnected(
}
void CrashDumpManager::BrowserChildProcessCrashed(
- const content::ChildProcessData& data) {
+ const content::ChildProcessData& data,
+ int exit_code) {
OnChildExit(data.id, data.handle);
}
« no previous file with comments | « components/crash/browser/crash_dump_manager_android.h ('k') | content/browser/bootstrap_sandbox_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698