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

Unified Diff: chrome/browser/resources/options/chromeos_language_options.js

Issue 3054046: One line fix for a bug that broke the input method list (Closed)
Patch Set: Created 10 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos_language_options.js
diff --git a/chrome/browser/resources/options/chromeos_language_options.js b/chrome/browser/resources/options/chromeos_language_options.js
index 1d5c71d34266d466925b83a9e6ba026a1d0cce52..8bf8793a5e3cdfd1a8e2e7972afada02a0b11d2a 100644
--- a/chrome/browser/resources/options/chromeos_language_options.js
+++ b/chrome/browser/resources/options/chromeos_language_options.js
@@ -113,7 +113,7 @@ cr.define('options', function() {
var languageCode = languageOptionsList.getLanguageCodes()[index];
this.updateSelectedLanguageName_(languageCode);
this.updateUiLanguageButton_(languageCode);
- this.updateInputMethodList_();
+ this.updateInputMethodList_(languageCode);
this.updateLanguageListInAddLanguageOverlay_();
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698