| Index: ui/views/controls/prefix_selector.h
|
| diff --git a/ui/views/controls/prefix_selector.h b/ui/views/controls/prefix_selector.h
|
| index 3d0e3a6772488c73af79d27f7d1322d72fbf16b3..9476855534cb8e6c915e1448e372ced9e13f2c50 100644
|
| --- a/ui/views/controls/prefix_selector.h
|
| +++ b/ui/views/controls/prefix_selector.h
|
| @@ -56,8 +56,8 @@ class VIEWS_EXPORT PrefixSelector : public ui::TextInputClient {
|
| void ExtendSelectionAndDelete(size_t before, size_t after) override;
|
| void EnsureCaretInRect(const gfx::Rect& rect) override;
|
|
|
| - bool IsEditCommandEnabled(int command_id) const override;
|
| - void SetEditCommandForNextKeyEvent(int command_id) override;
|
| + bool IsTextEditCommandEnabled(ui::TextEditCommand command) const override;
|
| + void SetTextEditCommandForNextKeyEvent(ui::TextEditCommand command) override;
|
|
|
| private:
|
| // Invoked when text is typed. Tries to change the selection appropriately.
|
|
|