Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7177)

Unified Diff: chrome/browser/ui/webui/options/language_options_handler_common.h

Issue 23923007: Bug fix: Append a language to the list after blocking it for Translate on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698