summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/options
diff options
context:
space:
mode:
authoryusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 04:49:54 +0000
committeryusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 04:49:54 +0000
commit1af9a7d924a2360a2a42dd5d1e5942911665b113 (patch)
tree2e55b2f34857d5ac743977836a98921d1ade70cd /chrome/browser/chromeos/options
parenta872ea1f45118429d03540fdba96e8c52112531a (diff)
downloadchromium_src-1af9a7d924a2360a2a42dd5d1e5942911665b113.zip
chromium_src-1af9a7d924a2360a2a42dd5d1e5942911665b113.tar.gz
chromium_src-1af9a7d924a2360a2a42dd5d1e5942911665b113.tar.bz2
Remove ReorderInputMethodIdsForLanguageCode().
As we now sort language codes in assets/input_method/whitelist.txt manually and use the order in the list, we don't need a hack to move the default language first. Patch from kochi@chromium.org. BUG=chromium-os:4576 TEST=Run unit_tests --gtest_filter='Input*', manually install chromium and check if the order appears in the expected order. Review URL: http://codereview.chromium.org/3161001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/options')
-rw-r--r--chrome/browser/chromeos/options/language_config_model.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/options/language_config_model.cc b/chrome/browser/chromeos/options/language_config_model.cc
index fafa2f6..e045506 100644
--- a/chrome/browser/chromeos/options/language_config_model.cc
+++ b/chrome/browser/chromeos/options/language_config_model.cc
@@ -213,10 +213,6 @@ void LanguageConfigModel::GetInputMethodIdsFromLanguageCode(
input_method_ids->clear();
input_method::GetInputMethodIdsFromLanguageCode(
language_code, input_method::kAllInputMethods, input_method_ids);
-
- // Reorder the input methods.
- input_method::ReorderInputMethodIdsForLanguageCode(
- language_code, input_method_ids);
}
void LanguageConfigModel::NotifyPrefChanged() {