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

Unified Diff: chrome/browser/ui/webui/options/chromeos/language_customize_modifier_keys_handler.cc

Issue 8742005: Remove unused IME/keyboard string resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/app/generated_resources.grd ('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/options/chromeos/language_customize_modifier_keys_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/language_customize_modifier_keys_handler.cc b/chrome/browser/ui/webui/options/chromeos/language_customize_modifier_keys_handler.cc
index 3fe1fc9a1293039bc90565f56b1b29b419afe8d3..2e5ecd1eec2332d16af434bfcc7409ae9cabf2e5 100644
--- a/chrome/browser/ui/webui/options/chromeos/language_customize_modifier_keys_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/language_customize_modifier_keys_handler.cc
@@ -14,7 +14,7 @@ const struct ModifierKeysSelectItem {
int message_id;
chromeos::input_method::ModifierKey value;
} kModifierKeysSelectItems[] = {
- { IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_SEARCH_LABEL,
+ { IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_SEARCH,
chromeos::input_method::kSearchKey },
{ IDS_OPTIONS_SETTINGS_LANGUAGES_XKB_KEY_LEFT_CTRL,
chromeos::input_method::kLeftControlKey },
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698