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

Unified Diff: chrome/browser/ui/views/ime_driver/simple_input_method.h

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: chrome/browser/ui/views/ime_driver/simple_input_method.h
diff --git a/chrome/browser/ui/views/ime_driver/simple_input_method.h b/chrome/browser/ui/views/ime_driver/simple_input_method.h
index 24ac9ea84f7a2384af31c93e650a14b7edc9e987..9f6662836621b1db53eaa5e552b087ff30f14d2d 100644
--- a/chrome/browser/ui/views/ime_driver/simple_input_method.h
+++ b/chrome/browser/ui/views/ime_driver/simple_input_method.h
@@ -17,7 +17,6 @@ class SimpleInputMethod : public ui::mojom::InputMethod {
~SimpleInputMethod() override;
// ui::mojom::InputMethod:
- void OnTextInputModeChanged(ui::TextInputMode text_input_mode) override;
void OnTextInputTypeChanged(ui::TextInputType text_input_type) override;
void OnCaretBoundsChanged(const gfx::Rect& caret_bounds) override;
void ProcessKeyEvent(std::unique_ptr<ui::Event> key_event,

Powered by Google App Engine
This is Rietveld 408576698