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

Unified Diff: content/child/child_thread_impl.cc

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « content/child/child_thread_impl.h ('k') | content/child/process_control_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.cc
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
index f8b6c1e26b594d198332b07fa8c1fbdc7b9171cf..f5290ffdb5d913c22323b51e5b38d937ba7e0525 100644
--- a/content/child/child_thread_impl.cc
+++ b/content/child/child_thread_impl.cc
@@ -413,8 +413,8 @@ void ChildThreadImpl::Init(const Options& options) {
mojo::edk::CreateChildMessagePipe(mojo_application_token);
DCHECK(handle.is_valid());
mojo_shell_connection_ = MojoShellConnection::Create(
- mojo::MakeRequest<shell::mojom::ShellClient>(std::move(handle)));
- mojo_shell_connection_->AddEmbeddedShellClient(this);
+ mojo::MakeRequest<shell::mojom::Service>(std::move(handle)));
+ mojo_shell_connection_->MergeService(this);
}
sync_message_filter_ = channel_->CreateSyncMessageFilter();
« no previous file with comments | « content/child/child_thread_impl.h ('k') | content/child/process_control_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698