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

Unified Diff: content/child/child_thread_impl.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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 8151a2eb33bbdf9d070654f0143524daff0268db..3fb399ac79dc2829b686eb754a74a299d73123b8 100644
--- a/content/child/child_thread_impl.cc
+++ b/content/child/child_thread_impl.cc
@@ -398,7 +398,7 @@ void ChildThreadImpl::ConnectChannel() {
} else {
DCHECK(service_manager_connection_);
IPC::mojom::ChannelBootstrapPtr bootstrap;
- handle = mojo::GetProxy(&bootstrap).PassMessagePipe();
+ handle = mojo::MakeRequest(&bootstrap).PassMessagePipe();
service_manager_connection_->AddConnectionFilter(
base::MakeUnique<ChannelBootstrapFilter>(bootstrap.PassInterface()));
}
« no previous file with comments | « content/browser/websockets/websocket_manager_unittest.cc ('k') | content/child/indexed_db/webidbcursor_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698