| Index: ui/views/controls/textfield/textfield.h
|
| diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
|
| index e08cfb4ee15751ceccb36b2ef9d99c21741e733b..58164b5d07b836c85b93bc2314ce75251c318187 100644
|
| --- a/ui/views/controls/textfield/textfield.h
|
| +++ b/ui/views/controls/textfield/textfield.h
|
| @@ -306,7 +306,7 @@ class VIEWS_EXPORT Textfield : public View,
|
| base::i18n::TextDirection direction) override;
|
| void ExtendSelectionAndDelete(size_t before, size_t after) override;
|
| void EnsureCaretInRect(const gfx::Rect& rect) override;
|
| - bool IsEditCommandEnabled(int command_id) override;
|
| + bool IsEditCommandEnabled(int command_id) const override;
|
| void SetEditCommandForNextKeyEvent(int command_id) override;
|
|
|
| protected:
|
|
|