diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-10 12:26:10 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-10 12:26:10 +0000 |
commit | 95ba7ac458946bc8775939e2ac946a87200c82ab (patch) | |
tree | ec394c6addf10042013f594052722ca75a3fbe57 /chrome/browser/chromeos/input_method/input_method_util.cc | |
parent | a77d893c40d11134b35de0ce6a4ef97c98b526ce (diff) | |
download | chromium_src-95ba7ac458946bc8775939e2ac946a87200c82ab.zip chromium_src-95ba7ac458946bc8775939e2ac946a87200c82ab.tar.gz chromium_src-95ba7ac458946bc8775939e2ac946a87200c82ab.tar.bz2 |
Remove ibus-hangul support.
BUG=None
TEST=try
Review URL: http://codereview.chromium.org/7608019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96168 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_util.cc')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_util.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_util.cc b/chrome/browser/chromeos/input_method/input_method_util.cc index 919ed24..16c0f22 100644 --- a/chrome/browser/chromeos/input_method/input_method_util.cc +++ b/chrome/browser/chromeos/input_method/input_method_util.cc @@ -117,10 +117,6 @@ const struct EnglishToResouceId { { "Latin", IDS_STATUSBAR_IME_JAPANESE_IME_STATUS_LATIN }, { "Wide Latin", IDS_STATUSBAR_IME_JAPANESE_IME_STATUS_WIDE_LATIN }, - // For ibus-hangul: third_party/ibus-hangul/files/po/. - // TODO(nona): Remove ibus-hangul support. - { "Enable/Disable Hanja mode", IDS_STATUSBAR_IME_KOREAN_HANJA_MODE }, - // For ibus-mozc-hangul { "Hanja mode", IDS_STATUSBAR_IME_KOREAN_HANJA_INPUT_MODE }, { "Hangul mode", IDS_STATUSBAR_IME_KOREAN_HANGUL_INPUT_MODE }, |