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

Unified Diff: chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.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
« no previous file with comments | « no previous file | chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
diff --git a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
index 0fac5bd24571c321e3525f59aea5d76241a12855..4b83a7253a2796b6fad2ce60a869f7956dfe23aa 100644
--- a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
+++ b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
@@ -16,7 +16,6 @@ class InputMethodBridge : public ui::mojom::InputMethod {
~InputMethodBridge() 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,
« no previous file with comments | « no previous file | chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698