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

Unified Diff: content/browser/browser_child_process_host_impl.cc

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/browser_child_process_host_impl.cc
diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
index c10d82db87ce1ea69bd6fb3460678b2bf087d8d8..9324ad0a8927f11ee97e8f7c5753169b1229bc50 100644
--- a/content/browser/browser_child_process_host_impl.cc
+++ b/content/browser/browser_child_process_host_impl.cc
@@ -142,6 +142,7 @@ void BrowserChildProcessHostImpl::Launch(
exposed_dir,
#elif defined(OS_POSIX)
use_zygote,
+ data_.id,
environ,
child_process_host_->TakeClientFileDescriptor(),
#endif

Powered by Google App Engine
This is Rietveld 408576698