Index: views/controls/textfield/native_textfield_views.h |
diff --git a/views/controls/textfield/native_textfield_views.h b/views/controls/textfield/native_textfield_views.h |
index 0031144cb3c8fd58834d04d8a6140342274d43c9..19c10f7a1a9671293a7cb9f2c0bb161fbafb68ff 100644 |
--- a/views/controls/textfield/native_textfield_views.h |
+++ b/views/controls/textfield/native_textfield_views.h |
@@ -117,6 +117,7 @@ class NativeTextfieldViews : public View, |
virtual void ApplyTextStyle(const TextStyle* style, |
const ui::Range& range) OVERRIDE; |
virtual void ClearAllTextStyles() OVERRIDE; |
+ virtual void ClearEditHistory() OVERRIDE; |
// ui::SimpleMenuModel::Delegate overrides |
virtual bool IsCommandIdChecked(int command_id) const OVERRIDE; |