| Index: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| index 90af3b5cc584fc5be295c5ed40f67c5c8f9f9e92..e7d6150b930bb2a72c07d7609c63440ec6858a14 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| @@ -280,7 +280,7 @@ bool SpellcheckHunspellDictionary::IsReady() const {
|
| }
|
|
|
| void SpellcheckHunspellDictionary::InformProfileOfInitialization() {
|
| - spellcheck_service_->InformProfileOfInitializationWithCustomWords(NULL);
|
| + spellcheck_service_->InitForAllRenderers();
|
| }
|
|
|
| const base::PlatformFile&
|
|
|