Index: chrome/browser/ui/views/omnibox/omnibox_view_views.h |
=================================================================== |
--- chrome/browser/ui/views/omnibox/omnibox_view_views.h (revision 103758) |
+++ chrome/browser/ui/views/omnibox/omnibox_view_views.h (working copy) |
@@ -153,6 +153,9 @@ |
// Returns the selected text. |
string16 GetSelectedText() const; |
+ // Selects the text given by |caret| and |end|. |
+ void SelectRange(size_t caret, size_t end); |
msw
2011/10/04 07:25:41
Please use |start| to match range and |end|, updat
xji
2011/10/05 01:23:42
removed.
|
+ |
AutocompletePopupView* CreatePopupView(View* location_bar); |
views::Textfield* textfield_; |