Index: chrome/browser/ui/omnibox/omnibox_view.h |
=================================================================== |
--- chrome/browser/ui/omnibox/omnibox_view.h (revision 107903) |
+++ chrome/browser/ui/omnibox/omnibox_view.h (working copy) |
@@ -109,7 +109,7 @@ |
// It is not guaranteed that |*start < *end|, as the selection can be |
// directed. If there is no selection, |start| and |end| will both be equal |
// to the current cursor position. |
- virtual void GetSelectionBounds(size_t* start, size_t* end) = 0; |
+ virtual void GetSelectionBounds(size_t* start, size_t* end) const = 0; |
// Selects all the text in the edit. Use this in place of SetSelAll() to |
// avoid selecting the "phantom newline" at the end of the edit. |