Remove SpellCheckerClient
After removing web/, SpellCheckerClient is just an extra indirection layer to talk from core/ to core/ through WebViewImpl. This patch replaces it with a single page-wide SpellCheckState field. We can make a page supplement to avoid even mentioning spell checking in Page, but that's probably too much trouble for little benefit. Bug: none Change-Id: Ia8778941ce066a17a5a4fe8e34cd69971053d407 Reviewed-on: https://chromium-review.googlesource.com/764977 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#516357}
Showing
Please register or sign in to comment