| Index: ui/views/controls/prefix_selector.h
|
| diff --git a/ui/views/controls/prefix_selector.h b/ui/views/controls/prefix_selector.h
|
| index b1af2ad6de359a15d3eda5179f21ce515d82ba6d..b6b1e19dbb9070a87be8a8b7e84904a0ba993dc3 100644
|
| --- a/ui/views/controls/prefix_selector.h
|
| +++ b/ui/views/controls/prefix_selector.h
|
| @@ -57,6 +57,7 @@ class VIEWS_EXPORT PrefixSelector : public ui::TextInputClient {
|
|
|
| bool IsEditingCommandEnabled(int command_id) override;
|
| void ExecuteEditingCommand(int command_id) override;
|
| + bool HandleAsKeyEventOnly(const ui::KeyEvent& key_event) override;
|
|
|
| private:
|
| // Invoked when text is typed. Tries to change the selection appropriately.
|
|
|