| Index: chrome/browser/autocomplete/autocomplete_edit_view.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit_view.h (revision 24586)
|
| +++ chrome/browser/autocomplete/autocomplete_edit_view.h (working copy)
|
| @@ -79,7 +79,7 @@
|
| // rather than '?'.
|
| virtual void SetForcedQuery() = 0;
|
|
|
| - // Returns true if all text is selected.
|
| + // Returns true if all text is selected or there is no text at all.
|
| virtual bool IsSelectAll() = 0;
|
|
|
| // Selects all the text in the edit. Use this in place of SetSelAll() to
|
|
|