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 e0b52434a167d0d966c4ec74349fac896d858c70..f3ac23a25a70a849d475d90de4e1abcbff408afd 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(); |
+ // Loads a custom dictionary from disk. |
+ void LoadCustomDictionary(CustomWordList* custom_words); |
+ |
// Write a custom dictionary addition to disk. |
void WriteWordToCustomDictionary(const std::string& word); |