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

Unified Diff: content/browser/browser_child_process_host_impl.cc

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to mojo::edk namespace in preparation for runtim flag Created 5 years, 3 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 0755e8b3b4d291a76f10da107f47b5aa595d93a9..246d96cb885df5f09cb2e4394ccf7cb73f43b95a 100644
--- a/content/browser/browser_child_process_host_impl.cc
+++ b/content/browser/browser_child_process_host_impl.cc
@@ -376,7 +376,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() {
// connected and the exit of the child process is detecter by an error on the
// IPC channel thereafter.
DCHECK(!early_exit_watcher_.GetWatchedObject());
- early_exit_watcher_.StartWatching(process.Handle(), this);
+ early_exit_watcher_.StartWatching(process.Handle(), this, false);
#endif
// TODO(rvargas) crbug.com/417532: Don't store a handle.

Powered by Google App Engine
This is Rietveld 408576698