summaryrefslogtreecommitdiffstats
path: root/mojo/shell/runner/host/child_process_base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/runner/host/child_process_base.cc')
-rw-r--r--mojo/shell/runner/host/child_process_base.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/mojo/shell/runner/host/child_process_base.cc b/mojo/shell/runner/host/child_process_base.cc
index d4d6870..538cf7d 100644
--- a/mojo/shell/runner/host/child_process_base.cc
+++ b/mojo/shell/runner/host/child_process_base.cc
@@ -106,7 +106,6 @@ class AppContext : public edk::ProcessDelegate {
io_runner_ = io_thread_.task_runner().get();
CHECK(io_runner_.get());
- // TODO(vtl): This should be SLAVE, not NONE.
// This must be created before controller_thread_ since MessagePumpMojo will
// create a message pipe which requires this code to be run first.
edk::InitIPCSupport(this, io_runner_);