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

Unified Diff: chrome/browser/browser_accessibility.h

Issue 118206: Fixes an issue where the MSAA information was not reported back correctly to ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « no previous file | chrome/browser/browser_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_accessibility.h
===================================================================
--- chrome/browser/browser_accessibility.h (revision 17645)
+++ chrome/browser/browser_accessibility.h (working copy)
@@ -116,11 +116,6 @@
}
int instance_active() const { return instance_active_; }
- void set_direct_descendant(bool direct_descendant) {
- direct_descendant_ = direct_descendant;
- }
- bool direct_descendant() const { return direct_descendant_; }
-
int routing_id() const { return routing_id_; }
private:
@@ -171,14 +166,6 @@
HWND parent_hwnd_;
- // Indicates if an incoming request for child information relates to a child
- // id of a direct child of the BrowserAccessibility object, or if it refers
- // to an object elsewhere in the MSAA tree. Set by BrowserAccessibilityManager
- // and applicable only to the root BrowserAccessibility object (id 0). Needed
- // to properly handled MSAA focus events, where the child id is the only
- // parameter in our control.
- bool direct_descendant_;
-
// The instance should only be active if there is a non-terminated
// RenderProcessHost associated with it. The BrowserAccessibilityManager keeps
// track of this state, and sets it to false to disable all calls into the
« no previous file with comments | « no previous file | chrome/browser/browser_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698