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

Unified Diff: chrome/browser/renderer_host/gtk_key_bindings_handler.h

Issue 402083: Linux: Fix regression issue 27964: ctrl+tab loses focus from the text box.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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/renderer_host/gtk_key_bindings_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/gtk_key_bindings_handler.h
===================================================================
--- chrome/browser/renderer_host/gtk_key_bindings_handler.h (revision 32495)
+++ chrome/browser/renderer_host/gtk_key_bindings_handler.h (working copy)
@@ -117,6 +117,12 @@
// Handler of "toggle-overwrite" signal.
static void ToggleOverwrite(GtkTextView* text_view);
+ // Handler of "show-help" signal.
+ static gboolean ShowHelp(GtkWidget* widget, GtkWidgetHelpType arg1);
+
+ // Handler of "move-focus" signal.
+ static void MoveFocus(GtkWidget* widget, GtkDirectionType arg1);
+
OwnedWidgetGtk handler_;
// Buffer to store the match results.
« no previous file with comments | « no previous file | chrome/browser/renderer_host/gtk_key_bindings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698