Index: views/controls/textfield/textfield_views_model.h |
diff --git a/views/controls/textfield/textfield_views_model.h b/views/controls/textfield/textfield_views_model.h |
index 21cbc2c295f845765ee451e1806566ed8f91dbf2..297c8aeddd44af6949baeb82506f8293cb8fc56e 100644 |
--- a/views/controls/textfield/textfield_views_model.h |
+++ b/views/controls/textfield/textfield_views_model.h |
@@ -181,9 +181,6 @@ class TextfieldViewsModel { |
// The current composition text will be confirmed. |
bool MoveCursorTo(size_t position, bool select); |
- // Returns the bounds of character at the current cursor. |
- gfx::Rect GetCursorBounds(const gfx::Font& font) const; |
- |
// Returns the bounds of selected text. |
gfx::Rect GetSelectionBounds(const gfx::Font& font) const; |