Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc

Issue 11362063: Editing the custom spelling dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&

Powered by Google App Engine
This is Rietveld 408576698