Remove KitKat accessibility support on Android
This CL removes KitKatWebContentsAccessibility.java and moves all the logic from that class into the parent/base class of WebContentsAccessibilityImpl.java. We will no longer support KitKat going forward, so we can move the KitKat specific code to our parent class since we can be certain that any user is at least at that API level. Bug: 1073117 Change-Id: I862a6c39bd618cc7bbc80d9ac5c13e5d590cb3b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159418Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Mark Schillaci <mschillaci@google.com> Reviewed-by:
Bo <boliu@chromium.org> Auto-Submit: Mark Schillaci <mschillaci@google.com> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#763517}
Showing
Please register or sign in to comment