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

Unified Diff: chrome/browser/chromeos/input_method/textinput_test_helper.cc

Issue 82603002: Get rid of unused callbacks from ui::InputMethodObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revise obsolete code comment Created 7 years, 1 month 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 | « chrome/browser/chromeos/input_method/textinput_test_helper.h ('k') | ui/base/ime/input_method_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/textinput_test_helper.cc
diff --git a/chrome/browser/chromeos/input_method/textinput_test_helper.cc b/chrome/browser/chromeos/input_method/textinput_test_helper.cc
index 30fbff964809bfff56cddf3794a9f0ce32e26c43..127b0100d1a09652de411a11db03faf2d7d87534 100644
--- a/chrome/browser/chromeos/input_method/textinput_test_helper.cc
+++ b/chrome/browser/chromeos/input_method/textinput_test_helper.cc
@@ -94,10 +94,6 @@ void TextInputTestHelper::OnBlur() {
base::MessageLoop::current()->Quit();
}
-void TextInputTestHelper::OnUntranslatedIMEMessage(
- const base::NativeEvent& event) {
-}
-
void TextInputTestHelper::OnCaretBoundsChanged(
const ui::TextInputClient* client) {
gfx::Range text_range;
@@ -109,9 +105,6 @@ void TextInputTestHelper::OnCaretBoundsChanged(
base::MessageLoop::current()->Quit();
}
-void TextInputTestHelper::OnInputLocaleChanged() {
-}
-
void TextInputTestHelper::OnTextInputStateChanged(
const ui::TextInputClient* client) {
}
« no previous file with comments | « chrome/browser/chromeos/input_method/textinput_test_helper.h ('k') | ui/base/ime/input_method_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698