| Index: chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| diff --git a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| index 1b5183b41f0903b09b0c594a54c362f561446f85..c2856c6efb6c273ff80ffedd68962e054988dbcb 100644
|
| --- a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| +++ b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| @@ -16,6 +16,7 @@ class CocoaSpellingEngine : public SpellingEngine {
|
| virtual void FillSuggestionList(const string16& wrong_word,
|
| std::vector<string16>* optional_suggestions) OVERRIDE;
|
| virtual void OnWordAdded(const std::string& word) OVERRIDE;
|
| + virtual void OnWordRemoved(const std::string& word) OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_RENDERER_SPELLCHECKER_NSSPELLCHECKER_ENGINE_H_
|
|
|