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..f1506480986cee12023c62f45ec5e2a86a511a61 100644 |
--- a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h |
+++ b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h |
@@ -10,6 +10,8 @@ |
class CocoaSpellingEngine : public SpellingEngine { |
public: |
+ virtual void Init(base::PlatformFile bdict_file, |
+ const std::vector<std::string>& custom_words) OVERRIDE; |
virtual bool InitializeIfNeeded() OVERRIDE; |
virtual bool IsEnabled() OVERRIDE; |
virtual bool CheckSpelling(const string16& word_to_check, int tag) OVERRIDE; |