| Index: ui/views/controls/textfield/textfield.h
|
| diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
|
| index 8c81c6fcfd17bf987d9f60b402e0363cd798f153..932a7488fd10897e7fd3670af2cdb1e71a5c88ec 100644
|
| --- a/ui/views/controls/textfield/textfield.h
|
| +++ b/ui/views/controls/textfield/textfield.h
|
| @@ -282,6 +282,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.
|
|
|