| Index: ui/base/ime/input_method_chromeos_unittest.cc
|
| diff --git a/ui/base/ime/input_method_chromeos_unittest.cc b/ui/base/ime/input_method_chromeos_unittest.cc
|
| index 0f5ce75686cdb8dfdc8aea00ce6c59bd0e04f0a4..5ee80e4c092e7cc11244ac7414bbcd763f64d4f3 100644
|
| --- a/ui/base/ime/input_method_chromeos_unittest.cc
|
| +++ b/ui/base/ime/input_method_chromeos_unittest.cc
|
| @@ -316,6 +316,9 @@ class InputMethodChromeOSTest : public internal::InputMethodDelegate,
|
| void OnCandidateWindowHidden() override {}
|
| bool IsEditingCommandEnabled(int command_id) override { return false; }
|
| void ExecuteEditingCommand(int command_id) override {}
|
| + bool HandleAsKeyEventOnly(const ui::KeyEvent& key_event) override {
|
| + return false;
|
| + }
|
|
|
| bool HasNativeEvent() const {
|
| return dispatched_key_event_.HasNativeEvent();
|
|
|