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

Unified Diff: ui/views/mus/input_method_mus.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 | « ui/aura/mus/window_tree_client.cc ('k') | url/mojo/url_gurl_struct_traits_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/input_method_mus.cc
diff --git a/ui/views/mus/input_method_mus.cc b/ui/views/mus/input_method_mus.cc
index 9dd1c7c41ce333a085c427d6d9470d4045235851..ce274cac610f5174e1b3dd4df05c05661a2c888b 100644
--- a/ui/views/mus/input_method_mus.cc
+++ b/ui/views/mus/input_method_mus.cc
@@ -123,7 +123,7 @@ void InputMethodMus::OnDidChangeFocusedClient(
text_input_client_ = base::MakeUnique<TextInputClientImpl>(focused);
ime_server_->StartSession(text_input_client_->CreateInterfacePtrAndBind(),
- GetProxy(&input_method_));
+ MakeRequest(&input_method_));
}
void InputMethodMus::UpdateTextInputType() {
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | url/mojo/url_gurl_struct_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698