| Index: chrome/renderer/spellchecker/spellcheck_provider.h
|
| ===================================================================
|
| --- chrome/renderer/spellchecker/spellcheck_provider.h (revision 142856)
|
| +++ chrome/renderer/spellchecker/spellcheck_provider.h (working copy)
|
| @@ -77,11 +77,6 @@
|
| 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,
|
|
|