diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 06:33:55 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 06:33:55 +0000 |
commit | 33444cfb4a735d68015d7b1d8b791d7fede884d2 (patch) | |
tree | f637be3a9b636bccdb0001dc6d58338ea3d30c94 /chrome/common | |
parent | c2d6600195ff762bece097c31060caa7d8eb9e31 (diff) | |
download | chromium_src-33444cfb4a735d68015d7b1d8b791d7fede884d2.zip chromium_src-33444cfb4a735d68015d7b1d8b791d7fede884d2.tar.gz chromium_src-33444cfb4a735d68015d7b1d8b791d7fede884d2.tar.bz2 |
Make hanja key customizable.
BUG=chromium-os:18127
TEST=manual
Review URL: http://codereview.chromium.org/7461114
Patch from Seigo Nonaka <nona@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/pref_names.cc | 2 | ||||
-rw-r--r-- | chrome/common/pref_names.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 3441f63..126d0ce 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -379,6 +379,8 @@ const char kLanguageChewingHsuSelKeyType[] = // A string pref which determines the keyboard layout for Hangul input method. const char kLanguageHangulKeyboard[] = "settings.language.hangul_keyboard"; const char kLanguageHangulHanjaKeys[] = "settings.language.hangul_hanja_keys"; +const char kLanguageHangulHanjaBindingKeys[] = + "settings.language.hangul_hanja_binding_keys"; // A boolean prefs for ibus-pinyin Chinese input method. const char kLanguagePinyinCorrectPinyin[] = diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 7dc1605..6da18fc 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -125,6 +125,7 @@ extern const char kLanguageChewingKeyboardType[]; extern const char kLanguageChewingSelKeys[]; extern const char kLanguageChewingHsuSelKeyType[]; extern const char kLanguageHangulKeyboard[]; +extern const char kLanguageHangulHanjaBindingKeys[]; extern const char kLanguageHangulHanjaKeys[]; extern const char kLanguagePinyinCorrectPinyin[]; extern const char kLanguagePinyinFuzzyPinyin[]; |