| Index: chrome/renderer/spellchecker/spellcheck.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck.h b/chrome/renderer/spellchecker/spellcheck.h
|
| index 6292005cebf2f06e4c5166f2c68b9a9cac261b17..7c32d6659852e41c95365057454ec824284b9cc6 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck.h
|
| +++ b/chrome/renderer/spellchecker/spellcheck.h
|
| @@ -110,6 +110,7 @@ class SpellCheck : public content::RenderProcessObserver,
|
| const std::string& language,
|
| bool auto_spell_correct);
|
| void OnWordAdded(const std::string& word);
|
| + void OnWordRemoved(const std::string& word);
|
| void OnEnableAutoSpellCorrect(bool enable);
|
|
|
| // If there is no dictionary file, then this requests one from the browser
|
|
|