| Index: ui/views/ime/input_method_bridge.h
|
| diff --git a/ui/views/ime/input_method_bridge.h b/ui/views/ime/input_method_bridge.h
|
| index 87f6179ae111a4a7c73d691313b075da1d777605..ce7e3c43e7ceadf510f76457d0d36daec2eee3cd 100644
|
| --- a/ui/views/ime/input_method_bridge.h
|
| +++ b/ui/views/ime/input_method_bridge.h
|
| @@ -76,9 +76,6 @@ class InputMethodBridge : public InputMethodBase,
|
| base::i18n::TextDirection direction) override;
|
| void ExtendSelectionAndDelete(size_t before, size_t after) override;
|
| void EnsureCaretInRect(const gfx::Rect& rect) override;
|
| - void OnCandidateWindowShown() override;
|
| - void OnCandidateWindowUpdated() override;
|
| - void OnCandidateWindowHidden() override;
|
| bool IsEditCommandEnabled(int command_id) override;
|
| void SetEditCommandForNextKeyEvent(int command_id) override;
|
|
|
|
|