diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index d0fd292..1b784ed 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -238,6 +238,9 @@ const wchar_t kLanguageChewingKeyboardType[] = const wchar_t kLanguageChewingSelKeys[] = L"settings.language.chewing_sel_keys"; +const wchar_t kLanguageChewingHsuSelKeyType[] = + L"settings.language.chewing_hsu_sel_key_type"; + // A string pref which determines the keyboard layout for Hangul input method. const wchar_t kLanguageHangulKeyboard[] = L"settings.language.hangul_keyboard"; |