| Index: ui/base/ime/input_method_ibus.h
|
| diff --git a/ui/base/ime/input_method_ibus.h b/ui/base/ime/input_method_ibus.h
|
| index 212abdb7dc0aa6dc718626482ef0a050fb9ea0c1..4393225e41604165ca9b69e40fa351d357910e90 100644
|
| --- a/ui/base/ime/input_method_ibus.h
|
| +++ b/ui/base/ime/input_method_ibus.h
|
| @@ -113,10 +113,6 @@ class UI_EXPORT InputMethodIBus
|
| // Checks if there is pending input method result.
|
| bool HasInputMethodResult() const;
|
|
|
| - // Fabricates a key event with VKEY_PROCESSKEY key code and dispatches it to
|
| - // the focused View.
|
| - void SendFakeProcessKeyEvent(bool pressed) const;
|
| -
|
| // Abandons all pending key events. It usually happends when we lose keyboard
|
| // focus, the text input type is changed or we are destroyed.
|
| void AbandonAllPendingKeyEvents();
|
|
|