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

Unified Diff: chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.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: chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc
diff --git a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc
index 522a5883168f6218c5adac49df2ef36acbcaa8e4..edf5fb9bf54b9eaa9be1151660e689f0182c12b9 100644
--- a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc
+++ b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc
@@ -16,12 +16,6 @@ InputMethodBridge::InputMethodBridge(ui::mojom::TextInputClientPtr client)
InputMethodBridge::~InputMethodBridge() {}
-void InputMethodBridge::OnTextInputModeChanged(
- ui::TextInputMode text_input_mode) {
- // TODO(moshayedi): crbug.com/631527. Consider removing this, as
- // ui::InputMethodChromeOS doesn't have this.
-}
-
void InputMethodBridge::OnTextInputTypeChanged(
ui::TextInputType text_input_type) {
input_method_chromeos_->OnTextInputTypeChanged(client_.get());

Powered by Google App Engine
This is Rietveld 408576698