| Index: components/spellcheck/browser/spelling_service_client.cc
|
| diff --git a/components/spellcheck/browser/spelling_service_client.cc b/components/spellcheck/browser/spelling_service_client.cc
|
| index 46b4d3813039292b343c7fc414b60786ad95b615..44c51ccb695ffd6c1e79d254b933475423a8853e 100644
|
| --- a/components/spellcheck/browser/spelling_service_client.cc
|
| +++ b/components/spellcheck/browser/spelling_service_client.cc
|
| @@ -124,7 +124,7 @@ bool SpellingServiceClient::IsAvailable(content::BrowserContext* context,
|
| // If prefs don't allow spellchecking, if the context is off the record, or if
|
| // multilingual spellchecking is enabled the spelling service should be
|
| // unavailable.
|
| - if (!pref->GetBoolean(spellcheck::prefs::kEnableContinuousSpellcheck) ||
|
| + if (!pref->GetBoolean(spellcheck::prefs::kEnableSpellcheck) ||
|
| !pref->GetBoolean(spellcheck::prefs::kSpellCheckUseSpellingService) ||
|
| context->IsOffTheRecord())
|
| return false;
|
|
|