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

Unified Diff: chrome/browser/views/tab_contents_container_view.h

Issue 93085: Removes the use of Windows-specific types for accessibility roles and states ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | chrome/browser/views/tab_contents_container_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tab_contents_container_view.h
===================================================================
--- chrome/browser/views/tab_contents_container_view.h (revision 14426)
+++ chrome/browser/views/tab_contents_container_view.h (working copy)
@@ -36,6 +36,7 @@
virtual void RequestFocus();
virtual void AboutToRequestFocusFromTabTraversal(bool reverse);
virtual bool CanProcessTabKeyEvents();
+ virtual bool GetAccessibleRole(AccessibilityTypes::Role* role);
// Overridden from HWNDView.
virtual views::FocusTraversable* GetFocusTraversableParent();
@@ -46,11 +47,6 @@
const NotificationSource& source,
const NotificationDetails& details);
- // Returns the MSAA role of the current view. The role is what assistive
- // technologies (ATs) use to determine what behavior to expect from a given
- // control.
- bool GetAccessibleRole(VARIANT* role);
-
protected:
// Web content should be given first crack at accelerators. This function
// returns false if the current tab is a webcontents.
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | chrome/browser/views/tab_contents_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698