| Index: ui/base/ime/dummy_input_method.h
|
| diff --git a/ui/base/ime/dummy_input_method.h b/ui/base/ime/dummy_input_method.h
|
| index 26e888a44118c6f4366ccb79dcf4988f8caeb4d6..f3c6afc88e3c76ef714b32083657a064ee1ff018 100644
|
| --- a/ui/base/ime/dummy_input_method.h
|
| +++ b/ui/base/ime/dummy_input_method.h
|
| @@ -42,7 +42,11 @@ class DummyInputMethod : public InputMethod {
|
| void AddObserver(InputMethodObserver* observer) override;
|
| void RemoveObserver(InputMethodObserver* observer) override;
|
|
|
| + const std::vector<std::unique_ptr<KeyEvent>>& GetKeyEventsForTesting()
|
| + override;
|
| +
|
| private:
|
| + std::vector<std::unique_ptr<KeyEvent>> key_events_for_testing_;
|
| DISALLOW_COPY_AND_ASSIGN(DummyInputMethod);
|
| };
|
|
|
|
|