Commit f5cd6735 authored by Aaron Leventhal's avatar Aaron Leventhal Committed by Commit Bot

Unused method

Bug: None
Change-Id: I44961962ccc51fe4fdcb5e1df07b8fb9e876c868
Reviewed-on: https://chromium-review.googlesource.com/688036Reviewed-by: default avatarNektarios Paisios <nektar@chromium.org>
Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505301}
parent 966a7954
...@@ -96,13 +96,6 @@ HWND BrowserAccessibilityManagerWin::GetParentHWND() { ...@@ -96,13 +96,6 @@ HWND BrowserAccessibilityManagerWin::GetParentHWND() {
return delegate->AccessibilityGetAcceleratedWidget(); return delegate->AccessibilityGetAcceleratedWidget();
} }
IAccessible* BrowserAccessibilityManagerWin::GetParentIAccessible() {
BrowserAccessibilityDelegate* delegate = GetDelegateFromRootManager();
if (!delegate)
return NULL;
return delegate->AccessibilityGetNativeViewAccessible();
}
void BrowserAccessibilityManagerWin::OnIAccessible2Used() { void BrowserAccessibilityManagerWin::OnIAccessible2Used() {
// When IAccessible2 APIs have been used elsewhere in the codebase, // When IAccessible2 APIs have been used elsewhere in the codebase,
// enable basic web accessibility support. (Full screen reader support is // enable basic web accessibility support. (Full screen reader support is
......
...@@ -35,9 +35,6 @@ class CONTENT_EXPORT BrowserAccessibilityManagerWin ...@@ -35,9 +35,6 @@ class CONTENT_EXPORT BrowserAccessibilityManagerWin
// Get the closest containing HWND. // Get the closest containing HWND.
HWND GetParentHWND(); HWND GetParentHWND();
// The IAccessible for the parent window.
IAccessible* GetParentIAccessible();
// IAccessible2UsageObserver // IAccessible2UsageObserver
void OnIAccessible2Used() override; void OnIAccessible2Used() override;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment