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

Unified Diff: android_webview/browser/aw_browser_terminator.h

Issue 2651743006: Implement Crash Handle API (Closed)
Patch Set: Created 3 years, 11 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 | « android_webview/BUILD.gn ('k') | android_webview/browser/aw_browser_terminator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_browser_terminator.h
diff --git a/android_webview/browser/aw_browser_terminator.h b/android_webview/browser/aw_browser_terminator.h
index 9c585a6ec480343be93579cb81d980554f5b2132..6df7c38b03286ccabb6776d27a2f456d5c8f6c66 100644
--- a/android_webview/browser/aw_browser_terminator.h
+++ b/android_webview/browser/aw_browser_terminator.h
@@ -39,7 +39,8 @@ class AwBrowserTerminator : public breakpad::CrashDumpObserver::Client {
base::android::ApplicationState app_state) override;
private:
- static void ProcessTerminationStatus(std::unique_ptr<base::SyncSocket> pipe);
+ static void ProcessTerminationStatus(int child_process_id,
+ std::unique_ptr<base::SyncSocket> pipe);
// This map should only be accessed with its lock aquired as it is accessed
// from the PROCESS_LAUNCHER, FILE, and UI threads.
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/browser/aw_browser_terminator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698