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

Unified Diff: chrome/browser/ui/views/accessibility/accessibility_event_router_views.h

Issue 79543010: Added basic accessibility to TreeView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/ui/views/accessibility/accessibility_event_router_views.h
diff --git a/chrome/browser/ui/views/accessibility/accessibility_event_router_views.h b/chrome/browser/ui/views/accessibility/accessibility_event_router_views.h
index 8b89796fe2c49f2bab169056c7ac153202865d11..9f3b9c0f7f6a7be176cc3aa01eb66b7fb1c8225f 100644
--- a/chrome/browser/ui/views/accessibility/accessibility_event_router_views.h
+++ b/chrome/browser/ui/views/accessibility/accessibility_event_router_views.h
@@ -100,6 +100,14 @@ class AccessibilityEventRouterViews : public content::NotificationObserver {
views::View* view,
ui::AccessibilityTypes::Event event,
Profile* profile);
+ static void SendTreeNotification(
+ views::View* view,
+ ui::AccessibilityTypes::Event event,
+ Profile* profile);
+ static void SendTreeItemNotification(
+ views::View* view,
+ ui::AccessibilityTypes::Event event,
+ Profile* profile);
static void SendTextfieldNotification(
views::View* view,
ui::AccessibilityTypes::Event event,

Powered by Google App Engine
This is Rietveld 408576698