| 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 9f6fca0d1dcc961df348028602d449d88de5c1a5..1c27cbb3279db3035d57b38793182c1c2a2f48ea 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| @@ -281,7 +281,7 @@ bool SpellcheckHunspellDictionary::IsReady() const {
|
| }
|
|
|
| void SpellcheckHunspellDictionary::InformProfileOfInitialization() {
|
| - spellcheck_service_->InformProfileOfInitializationWithCustomWords(NULL);
|
| + spellcheck_service_->InitForAllRenderers();
|
| }
|
|
|
| const base::PlatformFile&
|
|
|