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

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

Issue 7608019: Remove ibus-hangul support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
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 e92f5fa8b0f9a8c56b39f52bf62e649d5d725789..3398f3cfd5215a339e404348b82696025aa88f14 100644
--- a/chrome/browser/resources/options/language_options.js
+++ b/chrome/browser/resources/options/language_options.js
@@ -12,8 +12,6 @@ cr.define('options', function() {
// Some input methods like Chinese Pinyin have config pages.
// This is the map of the input method names to their config page names.
const INPUT_METHOD_ID_TO_CONFIG_PAGE_NAME = {
- // TODO(nona): Remove ibus-hangul support.
- 'hangul': 'languageHangul',
'mozc': 'languageMozc',
'mozc-chewing': 'languageChewing',
'mozc-dv': 'languageMozc',

Powered by Google App Engine
This is Rietveld 408576698