DescriptionLet IdleSpellCheckCallback take full control over SpellCheckRequester
With idle time spell checker, all spell check requests should be managed
solely by IdleSpellCheckCallback. This patch ensures that all access
to spell check requests are via IdleSpellCheckCallback when runtime feature
IdleTimeSpellChecking is enabled, with SpellChecker::cancelCheck being the
only exception. SpellChecker::cancelCheck is only used by unit tests, and
will be changed when unit tests are modified to cope with idle time spell
checker.
BUG=517298
Committed: https://crrev.com/39ef5bad12517b2bbe3b3bcc03eb793c76ed54b2
Cr-Commit-Position: refs/heads/master@{#439076}
Patch Set 1 #Patch Set 2 : Let IdleSpellCheckCallback take full control over SpellCheckRequester #Patch Set 3 : Let IdleSpellCheckCallback take full control over SpellCheckRequester #Patch Set 4 : Add CORE_EXPORT #Patch Set 5 : Add CORE_EXPORT to IdleRequestCallback #
Depends on Patchset: Messages
Total messages: 25 (20 generated)
|