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

Unified Diff: ui/base/ime/input_method_observer.h

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 | « ui/base/ime/input_method_linux_x11.cc ('k') | ui/base/ime/input_method_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_observer.h
diff --git a/ui/base/ime/input_method_observer.h b/ui/base/ime/input_method_observer.h
index fc517cc46ed9f2d344736dd027d8782521939fb7..9ac177b4d64adee5527a75805e9871cb97f8331e 100644
--- a/ui/base/ime/input_method_observer.h
+++ b/ui/base/ime/input_method_observer.h
@@ -28,19 +28,10 @@ class UI_EXPORT InputMethodObserver {
// only used by the mock input method for testing.
virtual void OnBlur() = 0;
- // Called when the focused window receives native IME messages that are not
- // translated into other predefined event callbacks. Currently this method is
- // used only for IME testing on Windows.
- virtual void OnUntranslatedIMEMessage(const base::NativeEvent& event) = 0;
-
// Called whenever the caret bounds is changed for the input client.
// Currently only used by the mock input method for testing.
virtual void OnCaretBoundsChanged(const TextInputClient* client) = 0;
- // Called whenever the input locale is changed for the focused client.
- // This method is currently used only on Windows and only for testing.
- virtual void OnInputLocaleChanged() = 0;
-
// Called when either:
// - the TextInputClient is changed (e.g. by a change of focus)
// - the TextInputType of the TextInputClient changes
« no previous file with comments | « ui/base/ime/input_method_linux_x11.cc ('k') | ui/base/ime/input_method_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698