| Index: components/spellcheck/renderer/spellcheck_provider.h
|
| diff --git a/components/spellcheck/renderer/spellcheck_provider.h b/components/spellcheck/renderer/spellcheck_provider.h
|
| index fd849f41ba277280d2102769330811e31bf36c60..9852af5afa5700b5404cd0acf05829718314da1c 100644
|
| --- a/components/spellcheck/renderer/spellcheck_provider.h
|
| +++ b/components/spellcheck/renderer/spellcheck_provider.h
|
| @@ -42,7 +42,9 @@ class SpellCheckProvider
|
| ~SpellCheckProvider() override;
|
|
|
| // Requests async spell and grammar checker to the platform text
|
| - // checker, which is available on the browser process.
|
| + // checker, which is available on the browser process. The function does not
|
| + // have special handling for partial words, as Blink guarantees that no
|
| + // request is made when typing in the middle of a word.
|
| void RequestTextChecking(
|
| const base::string16& text,
|
| blink::WebTextCheckingCompletion* completion,
|
|
|