| 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 945545ec424958acbf26820bdc6362332e185ec8..069e3aa34e15ca2bc49573c0cffc14c6c8355d64 100644
|
| --- a/ui/base/ime/input_method_observer.h
|
| +++ b/ui/base/ime/input_method_observer.h
|
| @@ -29,7 +29,6 @@ class UI_BASE_IME_EXPORT InputMethodObserver {
|
| virtual void OnBlur() = 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 when either:
|
|
|