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

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

Issue 1083213003: Show component IMEs before 3rd party extension IMEs in language settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/language_options.js
diff --git a/chrome/browser/resources/options/language_options.js b/chrome/browser/resources/options/language_options.js
index 7956e85ab74770a6306bfd4e1f677eb8de494e52..9ab66bf8d28c61ad51d22c6668bfd9241de5b865 100644
--- a/chrome/browser/resources/options/language_options.js
+++ b/chrome/browser/resources/options/language_options.js
@@ -274,9 +274,9 @@ cr.define('options', function() {
// on the selected language. Note that we only have less than 100
// input methods, so creating DOM nodes at once here should be ok.
this.appendInputMethodElement_(loadTimeData.getValue('inputMethodList'));
- this.appendInputMethodElement_(loadTimeData.getValue('extensionImeList'));
this.appendComponentExtensionIme_(
loadTimeData.getValue('componentExtensionImeList'));
+ this.appendInputMethodElement_(loadTimeData.getValue('extensionImeList'));
// Listen to pref change once the input method list is initialized.
Preferences.getInstance().addEventListener(
« 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