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

Unified Diff: ui/aura/mus/input_method_mus.h

Issue 2945283002: Unify IMEDriver and IMEServer. (Closed)
Patch Set: Addressed feedback. Created 3 years, 6 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
« no previous file with comments | « services/ui/service.cc ('k') | ui/aura/mus/input_method_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/input_method_mus.h
diff --git a/ui/aura/mus/input_method_mus.h b/ui/aura/mus/input_method_mus.h
index e1b3d3c5aa82c5d16686282237cd023e3a265acd..52d77de5dcea10f0ecf1500684a7a45883e048dc 100644
--- a/ui/aura/mus/input_method_mus.h
+++ b/ui/aura/mus/input_method_mus.h
@@ -79,7 +79,7 @@ class AURA_EXPORT InputMethodMus : public ui::InputMethodBase {
Window* window_;
// May be null in tests.
- ui::mojom::IMEServerPtr ime_server_;
+ ui::mojom::IMEDriverPtr ime_driver_;
ui::mojom::InputMethodPtr input_method_ptr_;
// Typically this is the same as |input_method_ptr_|, but it may be mocked
// in tests.
« no previous file with comments | « services/ui/service.cc ('k') | ui/aura/mus/input_method_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698