Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Unified Diff: views/controls/textfield/native_textfield_views.h

Issue 7067015: An edit for SetText needs to be merged with previous edit for omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698