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

Unified Diff: content/browser/child_process_launcher.h

Issue 11189068: Changing minidump process generation to be in-process on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments addressed. Created 8 years, 2 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
Index: content/browser/child_process_launcher.h
diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
index 8f610b2baaa42f981f8d0a7f27ad3b9d7929d7b3..3b54b41414ea92e3255750dd3037dd41e5b287bc 100644
--- a/content/browser/child_process_launcher.h
+++ b/content/browser/child_process_launcher.h
@@ -41,6 +41,7 @@ class CONTENT_EXPORT ChildProcessLauncher {
int ipcfd,
#endif
CommandLine* cmd_line,
+ int child_process_id,
Client* client);
~ChildProcessLauncher();

Powered by Google App Engine
This is Rietveld 408576698