| Index: chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| index b234d695179ec932cc4e37256324c859159bed94..edb82135564dff766c4c1086c829527042eb1378 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| @@ -132,14 +132,6 @@ void KeyboardHandler::GetLocalizedValues(
|
| const input_method::ModifierKey value =
|
| kModifierKeysSelectItems[j].value;
|
| const int message_id = kModifierKeysSelectItems[j].message_id;
|
| - // Only the seach/caps-lock key can be remapped to the
|
| - // caps-lock/backspace key.
|
| - if (kDataValuesNames[i] != std::string("remapSearchKeyToValue") &&
|
| - kDataValuesNames[i] != std::string("remapCapsLockKeyToValue") &&
|
| - (value == input_method::kCapsLockKey ||
|
| - value == input_method::kBackspaceKey)) {
|
| - continue;
|
| - }
|
| base::ListValue* option = new base::ListValue();
|
| option->Append(new base::FundamentalValue(value));
|
| option->Append(new base::StringValue(l10n_util::GetStringUTF16(
|
|
|