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

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: Addressed comments. 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..03ddc7c6ac0dbece9007348788c4fd85ff8d55c6 100644
--- a/content/browser/child_process_launcher.h
+++ b/content/browser/child_process_launcher.h
@@ -37,6 +37,7 @@ class CONTENT_EXPORT ChildProcessLauncher {
const FilePath& exposed_dir,
#elif defined(OS_POSIX)
bool use_zygote,
+ int process_host_id,
const base::EnvironmentVector& environ,
int ipcfd,
#endif

Powered by Google App Engine
This is Rietveld 408576698