| Index: ui/views/controls/prefix_selector.cc
|
| diff --git a/ui/views/controls/prefix_selector.cc b/ui/views/controls/prefix_selector.cc
|
| index a0baf028731440d6b834a97567378c8056099191..5e8e3eb65a924bbb3400ad1efb585505a8a5582e 100644
|
| --- a/ui/views/controls/prefix_selector.cc
|
| +++ b/ui/views/controls/prefix_selector.cc
|
| @@ -135,12 +135,13 @@ void PrefixSelector::ExtendSelectionAndDelete(size_t before, size_t after) {
|
| void PrefixSelector::EnsureCaretInRect(const gfx::Rect& rect) {
|
| }
|
|
|
| -bool PrefixSelector::IsEditCommandEnabled(int command_id) const {
|
| +bool PrefixSelector::IsTextEditCommandEnabled(
|
| + ui::TextEditCommand command) const {
|
| return false;
|
| }
|
|
|
| -void PrefixSelector::SetEditCommandForNextKeyEvent(int command_id) {
|
| -}
|
| +void PrefixSelector::SetTextEditCommandForNextKeyEvent(
|
| + ui::TextEditCommand command) {}
|
|
|
| void PrefixSelector::OnTextInput(const base::string16& text) {
|
| // Small hack to filter out 'tab' and 'enter' input, as the expectation is
|
|
|