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

Unified Diff: chrome/browser/gtk/accessibility_event_router_gtk.h

Issue 2811023: Make the location bar generate accessibility extension API events... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/gtk/accessibility_event_router_gtk.h
===================================================================
--- chrome/browser/gtk/accessibility_event_router_gtk.h (revision 51112)
+++ chrome/browser/gtk/accessibility_event_router_gtk.h (working copy)
@@ -127,8 +127,10 @@
GtkWidget* widget, NotificationType type, Profile* profile);
void SendTabNotification(
GtkWidget* widget, NotificationType type, Profile* profile);
- void SendTextBoxNotification(
+ void SendEntryNotification(
GtkWidget* widget, NotificationType type, Profile* profile);
+ void SendTextViewNotification(
+ GtkWidget* widget, NotificationType type, Profile* profile);
void InstallEventListeners();
void RemoveEventListeners();
@@ -165,6 +167,9 @@
// to a window with a profile (like menu events).
Profile* most_recent_profile_;
+ // The most recent focused widget.
+ GtkWidget* most_recent_widget_;
+
// Used to schedule invocations of StartListening() and to defer handling
// of some events until the next time through the event loop.
ScopedRunnableMethodFactory<AccessibilityEventRouterGtk> method_factory_;
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_gtk.h ('k') | chrome/browser/gtk/accessibility_event_router_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698