RemoteRWHVMac: Add speech API and a band-aid for accessibility
Add methods on RWHNSViewClient to call into the static speech methods of TextServicesContextMenu. Add a call to RWHNSViewClient to query if there exists a RenderViewHost for the current view's RenderWidgetHost, since that query is the only piece left missing to allow -[RWHVCocoa validateUserInterfaceItem] to not depend on RWHVMac. Make RWHVCocoa query the BrowserAccessibilityManager via the RHWNSViewClient interface, to eliminate another source of direct calls into RWHVMac. This is explicitly temporary, as we will need to come up with an accessibility solution for the AppShim process. Bug: 821651 Change-Id: I568ed06a0bcbc0384702f494e06238fa635139e4 Reviewed-on: https://chromium-review.googlesource.com/1004444Reviewed-by:ccameron <ccameron@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#549807}
Showing
Please register or sign in to comment