Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1721)

Unified Diff: chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc

Issue 10416028: Rename chromeos::input_method::kLeftControl to chromeos::input_method::kControl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc
index 1b3932b83887cffc69566faba03b302a11ec7bd5..48f9533116ecdace7f9751cfeac7c66671d9eaa3 100644
--- a/chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/keyboard_handler2.cc
@@ -17,9 +17,9 @@ const struct ModifierKeysSelectItem {
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_SEARCH,
chromeos::input_method::kSearchKey },
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_LEFT_CTRL,
- chromeos::input_method::kLeftControlKey },
+ chromeos::input_method::kControlKey },
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_LEFT_ALT,
- chromeos::input_method::kLeftAltKey },
+ chromeos::input_method::kAltKey },
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_VOID,
chromeos::input_method::kVoidKey },
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_CAPS_LOCK,
« no previous file with comments | « chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698