Index: content/child/child_thread_impl.cc |
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc |
index 821d1a7eb3eb2a1fd9206c595bf6d024411d11f7..e166b19fa9c482f7dcd271540b6e71976f831819 100644 |
--- a/content/child/child_thread_impl.cc |
+++ b/content/child/child_thread_impl.cc |
@@ -395,8 +395,8 @@ void ChildThreadImpl::ConnectChannel() { |
if (!channel_token.empty()) { |
// TODO(rockot): Remove all paths which lead to this branch. The Channel |
- // connection should always be established by a shell connection from the |
- // browser. http://crbug.com/623396. |
+ // connection should always be established by a service manager connection |
+ // from the browser. http://crbug.com/623396. |
handle = mojo::edk::CreateChildMessagePipe(channel_token); |
} else { |
DCHECK(service_manager_connection_); |