| Index: ui/views/controls/prefix_selector.cc
|
| diff --git a/ui/views/controls/prefix_selector.cc b/ui/views/controls/prefix_selector.cc
|
| index 7e23aa96beb926e8e6eb515d560f8e3a270f531f..36f784f6f41bed3673f7e119bd52a06d2e38e849 100644
|
| --- a/ui/views/controls/prefix_selector.cc
|
| +++ b/ui/views/controls/prefix_selector.cc
|
| @@ -154,6 +154,10 @@ bool PrefixSelector::IsEditingCommandEnabled(int command_id) {
|
| void PrefixSelector::ExecuteEditingCommand(int command_id) {
|
| }
|
|
|
| +bool PrefixSelector::HandleAsKeyEventOnly(const ui::KeyEvent& key_event) {
|
| + return false;
|
| +}
|
| +
|
| void PrefixSelector::OnTextInput(const base::string16& text) {
|
| // Small hack to filter out 'tab' and 'enter' input, as the expectation is
|
| // that they are control characters and will not affect the currently-active
|
|
|