chore: use consistent parameter names (#29361)
This commit is contained in:
parent
d18dbdd72b
commit
ba26580f23
19 changed files with 38 additions and 40 deletions
|
@ -76,7 +76,7 @@ class SpellCheckClient : public blink::WebSpellCheckPanelHostClient,
|
|||
// Output variable contraction_words will contain individual
|
||||
// words in the contraction.
|
||||
bool IsContraction(const SpellCheckScope& scope,
|
||||
const std::u16string& word,
|
||||
const std::u16string& contraction,
|
||||
std::vector<std::u16string>* contraction_words);
|
||||
|
||||
// Callback for the JS API which returns the list of misspelled words.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue