| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index b8e7d0750812a0e1be18c6831d10d35ae9850d56..631e38cd936641f0449511d4270349f7d6bb2c31 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -248,6 +248,8 @@ const wchar_t kLanguageChewingHsuSelKeyType[] =
|
|
|
| // A string pref which determines the keyboard layout for Hangul input method.
|
| const wchar_t kLanguageHangulKeyboard[] = L"settings.language.hangul_keyboard";
|
| +const wchar_t kLanguageHangulHanjaKeys[] =
|
| + L"settings.language.hangul_hanja_keys";
|
|
|
| // A boolean prefs for ibus-pinyin Chinese input method.
|
| const wchar_t kLanguagePinyinCorrectPinyin[] =
|
|
|