Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: chrome/browser/autocomplete/autocomplete_edit_view.h

Issue 173462: Fix control key and paste behavior in Linux omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698