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

Unified Diff: chrome/browser/ui/views/ime_driver/simple_input_method.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/simple_input_method.cc
diff --git a/chrome/browser/ui/views/ime_driver/simple_input_method.cc b/chrome/browser/ui/views/ime_driver/simple_input_method.cc
index 189d346401f17cde57c068bb452b7a249907a70c..7ca088820d0c6006c43502d4bd0892139c8d7f0b 100644
--- a/chrome/browser/ui/views/ime_driver/simple_input_method.cc
+++ b/chrome/browser/ui/views/ime_driver/simple_input_method.cc
@@ -8,9 +8,6 @@ SimpleInputMethod::SimpleInputMethod() {}
SimpleInputMethod::~SimpleInputMethod() {}
-void SimpleInputMethod::OnTextInputModeChanged(
- ui::TextInputMode text_input_mode) {}
-
void SimpleInputMethod::OnTextInputTypeChanged(
ui::TextInputType text_input_type) {}
« no previous file with comments | « chrome/browser/ui/views/ime_driver/simple_input_method.h ('k') | services/ui/ime/test_ime_driver/test_ime_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698