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

Unified Diff: services/ui/ime/test_ime_driver/test_ime_driver.cc

Issue 2629523009: IME for Mus: Remove OnTextInputModeChanged() from IME's mojo API. (Closed)
Patch Set: Created 3 years, 11 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
Index: services/ui/ime/test_ime_driver/test_ime_driver.cc
diff --git a/services/ui/ime/test_ime_driver/test_ime_driver.cc b/services/ui/ime/test_ime_driver/test_ime_driver.cc
index eab2b45ad0068612cf3db6a4235f4f34e130b09c..50036400c5dc2498501629ad9c7dc0fe7f567b9a 100644
--- a/services/ui/ime/test_ime_driver/test_ime_driver.cc
+++ b/services/ui/ime/test_ime_driver/test_ime_driver.cc
@@ -17,7 +17,6 @@ class TestInputMethod : public mojom::InputMethod {
private:
// mojom::InputMethod:
- void OnTextInputModeChanged(TextInputMode text_input_mode) override {}
void OnTextInputTypeChanged(TextInputType text_input_type) override {}
void OnCaretBoundsChanged(const gfx::Rect& caret_bounds) override {}
void ProcessKeyEvent(std::unique_ptr<Event> key_event,
« no previous file with comments | « chrome/browser/ui/views/ime_driver/simple_input_method.cc ('k') | services/ui/public/interfaces/ime/ime.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698