DescriptionHide some member functions of SpellChecker as private
This patch hides the following member functions of SpellChecker as
private because they are only used by SpellChecker itself:
bool markMisspellings(const VisibleSelection&);
void markBadGrammar(const VisibleSelection&);
bool markMisspellingsOrBadGrammar(const VisibleSelection&, bool checkSpelling);
void markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection);
void spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords);
This patch is a preparation for cleaning up grammar checking code from
SpellChecker.
BUG=619452
TEST=n/a; no behavior change
Committed: https://crrev.com/01554f3c62b7725817c766dd620e302fcdad6e00
Cr-Commit-Position: refs/heads/master@{#408912}
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|