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

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

Issue 165457: Fix regression caused by CL 16142... (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
Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit_view_gtk.h (revision 23296)
+++ chrome/browser/autocomplete/autocomplete_edit_view_gtk.h (working copy)
@@ -374,6 +374,11 @@
NotificationRegistrar registrar_;
#endif
+ // If a character is inserted, store it in this variable so that it can
+ // be used later in "key-press-event" signal handler to determine if a Tab or
+ // Enter key event is handled by IME or not.
+ char char_inserted_;
+
DISALLOW_COPY_AND_ASSIGN(AutocompleteEditViewGtk);
};

Powered by Google App Engine
This is Rietveld 408576698