| Index: ui/views/controls/prefix_selector.cc
|
| diff --git a/ui/views/controls/prefix_selector.cc b/ui/views/controls/prefix_selector.cc
|
| index 12208c01ee55f2eb00a075d3c8e5e06b5c71b289..6d6e0809c8b2244cb455aa79dbf9ec9b14af53d8 100644
|
| --- a/ui/views/controls/prefix_selector.cc
|
| +++ b/ui/views/controls/prefix_selector.cc
|
| @@ -63,6 +63,10 @@ ui::TextInputType PrefixSelector::GetTextInputType() const {
|
| return ui::TEXT_INPUT_TYPE_TEXT;
|
| }
|
|
|
| +ui::TextInputMode PrefixSelector::GetTextInputMode() const {
|
| + return ui::TEXT_INPUT_MODE_DEFAULT;
|
| +}
|
| +
|
| bool PrefixSelector::CanComposeInline() const {
|
| return false;
|
| }
|
|
|