| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 145d4451d519f69d62f53d49bc24d42419a6587b..e3c356d6ad48a90b8e0a2c19359f4db7a105eaed 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -713,6 +713,11 @@ const char kLanguageRemapAltKeyTo[] =
|
| const char kLanguageRemapCapsLockKeyTo[] =
|
| "settings.language.remap_caps_lock_key_to";
|
|
|
| +// A boolean pref which determines whether the Search key should act like a
|
| +// Function key when held down.
|
| +const char kLanguageSearchKeyActsAsFunctionKey[] =
|
| + "settings.language.search_key_acts_as_function_key";
|
| +
|
| // A boolean pref which determines whether key repeat is enabled.
|
| const char kLanguageXkbAutoRepeatEnabled[] =
|
| "settings.language.xkb_auto_repeat_enabled_r2";
|
|
|