Hide 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 Review-Url: https://codereview.chromium.org/2198733003 Cr-Commit-Position: refs/heads/master@{#408912}
Showing
Please register or sign in to comment