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

Unified Diff: ui/aura/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
Index: ui/aura/mus/input_method_mus.cc
diff --git a/ui/aura/mus/input_method_mus.cc b/ui/aura/mus/input_method_mus.cc
index eb39d53f9b1a4402be4710fc051d9a15501249ac..4ad612e989d5920bbcec2def95e3982a864f1b78 100644
--- a/ui/aura/mus/input_method_mus.cc
+++ b/ui/aura/mus/input_method_mus.cc
@@ -127,7 +127,7 @@ void InputMethodMus::OnDidChangeFocusedClient(
text_input_client_ = base::MakeUnique<TextInputClientImpl>(focused);
if (ime_server_) {
ime_server_->StartSession(text_input_client_->CreateInterfacePtrAndBind(),
- GetProxy(&input_method_));
+ MakeRequest(&input_method_));
}
}

Powered by Google App Engine
This is Rietveld 408576698