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

Unified Diff: content/browser/mach_broker_mac.mm

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 | « content/browser/mach_broker_mac.h ('k') | content/public/browser/browser_child_process_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mach_broker_mac.mm
diff --git a/content/browser/mach_broker_mac.mm b/content/browser/mach_broker_mac.mm
index 0e0eec80bbd64429102d4b043f0861499c77fa87..7c527e55b6f5faaf1e677d2096947c2d4f66a54d 100644
--- a/content/browser/mach_broker_mac.mm
+++ b/content/browser/mach_broker_mac.mm
@@ -217,7 +217,8 @@ void MachBroker::BrowserChildProcessHostDisconnected(
InvalidateChildProcessId(data.id);
}
-void MachBroker::BrowserChildProcessCrashed(const ChildProcessData& data) {
+void MachBroker::BrowserChildProcessCrashed(const ChildProcessData& data,
+ int exit_code) {
InvalidateChildProcessId(data.id);
}
« no previous file with comments | « content/browser/mach_broker_mac.h ('k') | content/public/browser/browser_child_process_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698