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

Unified Diff: services/ui/public/cpp/window_tree_host_factory.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 | « services/ui/public/cpp/window_tree_client.cc ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/window_tree_host_factory.cc
diff --git a/services/ui/public/cpp/window_tree_host_factory.cc b/services/ui/public/cpp/window_tree_host_factory.cc
index c78dbe1f21895e7415949aa4495ac16c8762b8bf..0fb45fd554f26d5c66a5808bc4e2cd4cad58f45d 100644
--- a/services/ui/public/cpp/window_tree_host_factory.cc
+++ b/services/ui/public/cpp/window_tree_host_factory.cc
@@ -20,8 +20,8 @@ std::unique_ptr<WindowTreeClient> CreateWindowTreeHost(
mojom::WindowTreeClientPtr tree_client;
std::unique_ptr<WindowTreeClient> window_tree_client =
base::MakeUnique<WindowTreeClient>(delegate, window_manager_delegate,
- GetProxy(&tree_client));
- factory->CreateWindowTreeHost(GetProxy(host), std::move(tree_client));
+ MakeRequest(&tree_client));
+ factory->CreateWindowTreeHost(MakeRequest(host), std::move(tree_client));
return window_tree_client;
}
« no previous file with comments | « services/ui/public/cpp/window_tree_client.cc ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698