| Index: chrome/browser/ui/webui/options/language_options_handler_common.cc
|
| diff --git a/chrome/browser/ui/webui/options/language_options_handler_common.cc b/chrome/browser/ui/webui/options/language_options_handler_common.cc
|
| index 0cfd34b19f4b776814e7b828d538ae14b6fa879b..e9bd8c0e7dc2414a76b2118706b21b23b322007d 100644
|
| --- a/chrome/browser/ui/webui/options/language_options_handler_common.cc
|
| +++ b/chrome/browser/ui/webui/options/language_options_handler_common.cc
|
| @@ -125,6 +125,10 @@ void LanguageOptionsHandlerCommon::GetLocalizedValues(
|
| localized_strings->SetBoolean("enableSpellingAutoCorrect",
|
| enable_spelling_auto_correct);
|
|
|
| + localized_strings->SetBoolean(
|
| + "enableMultilingualSpellChecker",
|
| + chrome::spellcheck_common::MultilingualSpellcheckIsEnabled());
|
| +
|
| Profile* profile = Profile::FromWebUI(web_ui());
|
| PrefService* prefs = profile->GetPrefs();
|
| std::string default_target_language =
|
|
|