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

Unified Diff: shell/context.cc

Issue 1523883002: EDK: Add a PlatformHandleWatcher argument to embedder::InitIPCSupport(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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 | « shell/child_main.cc ('k') | shell/task_runners.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/context.cc
diff --git a/shell/context.cc b/shell/context.cc
index de76e223b959fba622a1a9280fc3e48355c9ada8..c7aabba50f328ce37ccad6524cff35023f1d273b 100644
--- a/shell/context.cc
+++ b/shell/context.cc
@@ -319,6 +319,7 @@ bool Context::InitWithPaths(
mojo::embedder::InitIPCSupport(mojo::embedder::ProcessType::MASTER,
task_runners_->shell_runner().Clone(), this,
task_runners_->io_runner().Clone(),
+ task_runners_->io_watcher(),
mojo::platform::ScopedPlatformHandle());
scoped_ptr<NativeRunnerFactory> runner_factory;
« no previous file with comments | « shell/child_main.cc ('k') | shell/task_runners.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698