| Index: chrome/browser/ui/webui/options/language_options_handler_common.h
|
| diff --git a/chrome/browser/ui/webui/options/language_options_handler_common.h b/chrome/browser/ui/webui/options/language_options_handler_common.h
|
| index 81c7dfa9c17265144481cf7c559f41ddb4e34cd3..6cfda8f519564aafdc2c7990f69bdfc6aa144b96 100644
|
| --- a/chrome/browser/ui/webui/options/language_options_handler_common.h
|
| +++ b/chrome/browser/ui/webui/options/language_options_handler_common.h
|
| @@ -79,6 +79,9 @@ class LanguageOptionsHandlerCommon
|
| // has failed to download.
|
| void RetrySpellcheckDictionaryDownload(const base::ListValue* args);
|
|
|
| + // Called when the user saves the language list preferences.
|
| + void UpdateLanguageListCallback(const base::ListValue* args);
|
| +
|
| // Updates the hunspell dictionary that is used for spellchecking.
|
| void RefreshHunspellDictionary();
|
|
|
|
|