diff options
Diffstat (limited to 'chrome')
| -rw-r--r-- | chrome/app/generated_resources.grd | 3 | ||||
| -rw-r--r-- | chrome/browser/resources/chromeos/keyboard_overlay_data.js | 1 | ||||
| -rw-r--r-- | chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 01ce302..0b73840 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -14276,9 +14276,6 @@ Battery full <message name="IDS_KEYBOARD_OVERLAY_FOCUS_TOOLBAR" desc="The text in the keyboard overlay to explain the shortcut."> Focus toolbar </message> - <message name="IDS_KEYBOARD_OVERLAY_FOCUS_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut."> - Focus wrench menu - </message> <message name="IDS_KEYBOARD_OVERLAY_GO_BACK" desc="The text in the keyboard overlay to explain the shortcut."> Go back </message> diff --git a/chrome/browser/resources/chromeos/keyboard_overlay_data.js b/chrome/browser/resources/chromeos/keyboard_overlay_data.js index 459ae3a..e8c1877 100644 --- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js +++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js @@ -15787,7 +15787,6 @@ var keyboardOverlayData = { "8<>CTRL": "keyboardOverlayActivateTab8", "9<>ALT": "keyboardOverlayActivateLastWindow", "9<>CTRL": "keyboardOverlayActivateLastTab", - "ALT": "keyboardOverlayFocusWrenchMenu", "ALT<>SHIFT": "keyboardOverlayCycleThroughInputMethods", "a<>CTRL": "keyboardOverlaySelectAll", "arrowkeys<>CTRL": "keyboardOverlayWordMove", diff --git a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc index 1cb417d..0339a59 100644 --- a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc +++ b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc @@ -116,7 +116,6 @@ struct I18nContentToMessage { IDS_KEYBOARD_OVERLAY_FOCUS_PREVIOUS_PANE }, { "keyboardOverlayFocusStatusIcon", IDS_KEYBOARD_OVERLAY_FOCUS_STATUS_ICON }, { "keyboardOverlayFocusToolbar", IDS_KEYBOARD_OVERLAY_FOCUS_TOOLBAR }, - { "keyboardOverlayFocusWrenchMenu", IDS_KEYBOARD_OVERLAY_FOCUS_WRENCH_MENU }, { "keyboardOverlayGoBack", IDS_KEYBOARD_OVERLAY_GO_BACK }, { "keyboardOverlayGoForward", IDS_KEYBOARD_OVERLAY_GO_FORWARD }, { "keyboardOverlayHelp", IDS_KEYBOARD_OVERLAY_HELP }, |
