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

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

Issue 2545543002: Makes InputMethodMus deal with no connection (Closed)
Patch Set: moar 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 | « no previous file | 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 c34cac833a97efcb15f7081cc64186338da2b63c..bd0865820c565c8af4113f15b699a6703be0d02d 100644
--- a/ui/aura/mus/input_method_mus.h
+++ b/ui/aura/mus/input_method_mus.h
@@ -64,6 +64,7 @@ class AURA_EXPORT InputMethodMus : public ui::InputMethodBase {
// for tests.
Window* window_;
+ // May be null in tests.
ui::mojom::IMEServerPtr ime_server_;
ui::mojom::InputMethodPtr input_method_;
std::unique_ptr<TextInputClientImpl> text_input_client_;
« no previous file with comments | « no previous file | ui/aura/mus/input_method_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698