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 616255f0376c892716cb2f5d562ff5d8472d1d0b..abd1e13e078b7508caaf61756a82ddcadfbe2084 100644 |
--- a/views/controls/textfield/textfield_views_model.h |
+++ b/views/controls/textfield/textfield_views_model.h |
@@ -143,9 +143,6 @@ class VIEWS_EXPORT TextfieldViewsModel { |
// Helper function to call MoveCursorTo on the TextfieldViewsModel. |
bool MoveCursorTo(const gfx::Point& point, bool select); |
- // Returns the bounds of selected text. |
- std::vector<gfx::Rect> GetSelectionBounds() const; |
- |
// Selection related method |
// Returns the selected text. |