| Index: views/controls/textfield/native_textfield_win.h
|
| diff --git a/views/controls/textfield/native_textfield_win.h b/views/controls/textfield/native_textfield_win.h
|
| index d20e45ef9a58dbe22a6bf1378cd2e1cac93ce1de..bb0fc2b1015e013f7703bb543de3006dd210fe7b 100644
|
| --- a/views/controls/textfield/native_textfield_win.h
|
| +++ b/views/controls/textfield/native_textfield_win.h
|
| @@ -90,6 +90,7 @@ class NativeTextfieldWin
|
| virtual void ApplyTextStyle(const TextStyle* style,
|
| const ui::Range& range) OVERRIDE;
|
| virtual void ClearAllTextStyles() OVERRIDE;
|
| + virtual void ClearEditHistory() OVERRIDE;
|
|
|
| // Overridden from ui::SimpleMenuModel::Delegate:
|
| virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
|
|
|