| Index: ui/views/controls/textfield/textfield.h
|
| diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
|
| index f01a5e489282a81f93fc3550cb077b833626c417..e8361774a943830d0a4947204c4de0c6821884d7 100644
|
| --- a/ui/views/controls/textfield/textfield.h
|
| +++ b/ui/views/controls/textfield/textfield.h
|
| @@ -295,6 +295,8 @@ class VIEWS_EXPORT Textfield : public View,
|
| virtual void OnCandidateWindowShown() OVERRIDE;
|
| virtual void OnCandidateWindowUpdated() OVERRIDE;
|
| virtual void OnCandidateWindowHidden() OVERRIDE;
|
| + virtual bool IsEditingCommandEnabled(int command_id) OVERRIDE;
|
| + virtual void ExecuteEditingCommand(int command_id) OVERRIDE;
|
|
|
| protected:
|
| // Returns the TextfieldModel's text/cursor/selection rendering model.
|
|
|