Chromium Code Reviews| Index: chrome/renderer/spellchecker/spellcheck_provider.h |
| =================================================================== |
| --- chrome/renderer/spellchecker/spellcheck_provider.h (revision 142279) |
| +++ chrome/renderer/spellchecker/spellcheck_provider.h (working copy) |
| @@ -77,6 +77,11 @@ |
| virtual void updateSpellingUIWithMisspelledWord( |
| const WebKit::WebString& word) OVERRIDE; |
| + // Replaces the misspelling range that convers the cursor with the specified |
|
Avi (use Gerrit)
2012/06/15 14:36:30
s/convers/covers/
Hironori Bono
2012/06/18 03:44:00
Done. Thanks for noticing this typo.
|
| + // text. This function does not do anything if there are not any misspelling |
| + // ranges that covers the cursor. |
| + void OnReplace(const string16& text); |
| + |
| #if !defined(OS_MACOSX) |
| void OnRespondSpellingService( |
| int identifier, |