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

Unified Diff: content/common/associated_interface_provider_impl.cc

Issue 2705503002: Mojo C++ bindings: rename GetIsolatedProxy to MakeIsolatedRequest to better match other functions. (Closed)
Patch Set: . Created 3 years, 9 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/common/associated_interface_provider_impl.cc
diff --git a/content/common/associated_interface_provider_impl.cc b/content/common/associated_interface_provider_impl.cc
index 7284e43549e154a8820e28aad924b087f1b5866f..647ba6a161407b5e698863420df35cb043c4d096 100644
--- a/content/common/associated_interface_provider_impl.cc
+++ b/content/common/associated_interface_provider_impl.cc
@@ -13,7 +13,7 @@ class AssociatedInterfaceProviderImpl::LocalProvider
explicit LocalProvider(mojom::AssociatedInterfaceProviderAssociatedPtr* proxy)
: associated_interface_provider_binding_(this) {
associated_interface_provider_binding_.Bind(
- mojo::MakeRequestForTesting(proxy));
+ mojo::MakeIsolatedRequest(proxy));
}
~LocalProvider() override {}
« no previous file with comments | « content/child/indexed_db/webidbcursor_impl_unittest.cc ('k') | content/public/test/mock_render_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698