Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7068)

Unified Diff: components/spellcheck/renderer/spellcheck_provider.h

Issue 2712833004: Stop SpellCheckProvider from deciding typing progress (Closed)
Patch Set: Add comment about partial word Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/spellcheck/renderer/spellcheck_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | components/spellcheck/renderer/spellcheck_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698