| 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;
|
|
|