| Index: components/spellcheck/renderer/spellcheck.cc
|
| diff --git a/components/spellcheck/renderer/spellcheck.cc b/components/spellcheck/renderer/spellcheck.cc
|
| index 697e0ed249970822188f28b263e6b7da9f36dd77..56083190671e3194cf423d5f4fd488e6a9559cb2 100644
|
| --- a/components/spellcheck/renderer/spellcheck.cc
|
| +++ b/components/spellcheck/renderer/spellcheck.cc
|
| @@ -222,6 +222,8 @@ void SpellCheck::OnCustomDictionaryChanged(
|
| }
|
|
|
| void SpellCheck::OnEnableSpellCheck(bool enable) {
|
| + NOTREACHED(); // HACK to see if any try bot tests call here.
|
| +
|
| spellcheck_enabled_ = enable;
|
| UpdateSpellcheckEnabled updater(enable);
|
| content::RenderView::ForEach(&updater);
|
|
|