| Index: ui/views/controls/prefix_selector.cc
|
| diff --git a/ui/views/controls/prefix_selector.cc b/ui/views/controls/prefix_selector.cc
|
| index 1ba5feb1ba8ee57dd60a39e9e77c7b49b4285328..a0baf028731440d6b834a97567378c8056099191 100644
|
| --- a/ui/views/controls/prefix_selector.cc
|
| +++ b/ui/views/controls/prefix_selector.cc
|
| @@ -135,7 +135,7 @@ void PrefixSelector::ExtendSelectionAndDelete(size_t before, size_t after) {
|
| void PrefixSelector::EnsureCaretInRect(const gfx::Rect& rect) {
|
| }
|
|
|
| -bool PrefixSelector::IsEditCommandEnabled(int command_id) {
|
| +bool PrefixSelector::IsEditCommandEnabled(int command_id) const {
|
| return false;
|
| }
|
|
|
|
|