Update BrowserAccessibilityManager to support Lollipop SDK.
Renames KitKatBrowserAccessibilityManager to LollipopBrowserAccessibilityManager because we were never able to use the KitKat variant due to KitKat framework bugs. Adds a new method specifically for adding actions to AccessibilityNodeInfo, so we can use the new API in Lollipop, and suppresses the deprecation warnings in the non-Lollipop implementation. This gets rid of all of the remaining deprecation warnings in content/. BUG=405174 Review URL: https://codereview.chromium.org/925923003 Cr-Commit-Position: refs/heads/master@{#316293}
Showing
Please register or sign in to comment