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

Unified Diff: content/browser/accessibility/browser_accessibility_win.h

Issue 224803005: Refactor BrowserAccessibility to prepare for AXNode (re-land) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gtk Created 6 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
Index: content/browser/accessibility/browser_accessibility_win.h
diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
index 713960ac244688d930ddd0b6c2d84fab407ca072..137f8b962b6dae52cfb2a8effb4c558ce925306d 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -772,10 +772,6 @@ BrowserAccessibilityWin
return ia2_attributes_;
}
- // BrowserAccessibility::role is shadowed by IAccessible2::role, so
- // we provide an alias for it.
- int32 blink_role() const { return BrowserAccessibility::role(); }
-
private:
// Add one to the reference count and return the same object. Always
// use this method when returning a BrowserAccessibilityWin object as

Powered by Google App Engine
This is Rietveld 408576698