Hide SpellCheckRequest from other classes in editing/spellcheck
Currently, all external clients of SpellCheckRequest use it in only one way -- pass it to SpellCheckRequester::requestCheckingFor directly. Hence, this patch makes the clients call the function directly without knowing about details of this class, to reduce exposure of implementation details. BUG=n/a TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2740603003 Cr-Commit-Position: refs/heads/master@{#456240}
Showing
Please register or sign in to comment