Chromium Code Reviews| Index: ui/base/ime/dummy_input_method.cc |
| diff --git a/ui/base/ime/dummy_input_method.cc b/ui/base/ime/dummy_input_method.cc |
| index 0700d7246ca9446cbd7ea68835e995245d14c867..a12bbfc51bf86df1a07a91c1250949af15f03f5b 100644 |
| --- a/ui/base/ime/dummy_input_method.cc |
| +++ b/ui/base/ime/dummy_input_method.cc |
| @@ -79,6 +79,9 @@ bool DummyInputMethod::IsCandidatePopupOpen() const { |
| return false; |
| } |
| +void DummyInputMethod::ShowImeIfNeeded() { |
| +} |
| + |
| void DummyInputMethod::AddObserver(InputMethodObserver* observer) { |
| } |