| Index: chrome/renderer/spellchecker/spellcheck_provider.h
|
| ===================================================================
|
| --- chrome/renderer/spellchecker/spellcheck_provider.h (revision 142657)
|
| +++ 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 covers the cursor with the specified
|
| + // 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,
|
|
|