Index: chrome/browser/spellchecker/spellcheck_host_impl.h |
diff --git a/chrome/browser/spellchecker/spellcheck_host_impl.h b/chrome/browser/spellchecker/spellcheck_host_impl.h |
index 6ec5ec4c227b401e8525c02819e0105778d34333..1e4a9eb3009c3fc629178d45036acce1f1b06157 100644 |
--- a/chrome/browser/spellchecker/spellcheck_host_impl.h |
+++ b/chrome/browser/spellchecker/spellcheck_host_impl.h |
@@ -92,6 +92,9 @@ class SpellCheckHostImpl : public SpellCheckHost, |
// If |dictionary_file_| is missing, we attempt to download it. |
void DownloadDictionary(); |
+ // Load a custom dictionary from disk. |
+ void LoadCustomDictionary(CustomWordList* custom_words); |
+ |
// Write a custom dictionary addition to disk. |
void WriteWordToCustomDictionary(const std::string& word); |