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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | device/bluetooth/adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/blink_test_runner.cc
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
index feda167a91fc072d225faf4f0876c24eba296625..155cff00948f4133540634676bb2e876af421217 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.cc
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc
@@ -713,7 +713,7 @@ void BlinkTestRunner::DispatchBeforeInstallPromptEvent(
service_manager::InterfaceRegistry::TestApi test_api(
render_view()->GetMainRenderFrame()->GetInterfaceRegistry());
test_api.GetLocalInterface(
- mojo::GetProxy(&app_banner_service_->controller()));
+ mojo::MakeRequest(&app_banner_service_->controller()));
app_banner_service_->SendBannerPromptRequest(event_platforms, callback);
}
@@ -942,7 +942,7 @@ mojom::LayoutTestBluetoothFakeAdapterSetter&
BlinkTestRunner::GetBluetoothFakeAdapterSetter() {
if (!bluetooth_fake_adapter_setter_) {
RenderThread::Get()->GetRemoteInterfaces()->GetInterface(
- mojo::GetProxy(&bluetooth_fake_adapter_setter_));
+ mojo::MakeRequest(&bluetooth_fake_adapter_setter_));
}
return *bluetooth_fake_adapter_setter_;
}
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | device/bluetooth/adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698