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

Unified Diff: content/child/child_thread_impl.cc

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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/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_);
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mus.h ('k') | content/common/service_manager/child_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698