summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h')
-rw-r--r--chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
index c2856c6..0e7c7f4 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;