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

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

Issue 440003: gtk: Restore omnibox text selection on tab switch. (Closed)
Patch Set: Created 11 years, 1 month 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.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
index b28593eaa328daa9366134c3ad11299078c496b0..e04e8c3c3f6480c4745b2fd954bbfabc8a6cfdba 100644
--- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
+++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
@@ -189,7 +189,7 @@ class AutocompleteEditViewGtk : public AutocompleteEditView,
}
void HandleViewMoveCursor(GtkMovementStep step,
gint count,
- gboolean extendion_selection);
Evan Martin 2009/11/24 01:30:14 hah.
+ gboolean extend_selection);
static void HandleViewSizeRequestThunk(GtkWidget* view,
GtkRequisition* req,
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698