summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/app/generated_resources.grd6
-rw-r--r--chrome/browser/resources/chromeos/keyboard_overlay_data.js2
-rw-r--r--chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc2
3 files changed, 0 insertions, 10 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ab307df..8cca087 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14420,12 +14420,6 @@ Battery full
<message name="IDS_KEYBOARD_OVERLAY_RESET_ZOOM" desc="The text in the keyboard overlay to explain the shortcut.">
Reset zoom
</message>
- <message name="IDS_KEYBOARD_OVERLAY_RESIZE_LEFT" desc="The text in the keyboard overlay to explain the shortcut (resize the focused window towards the left).">
- Resize left
- </message>
- <message name="IDS_KEYBOARD_OVERLAY_RESIZE_RIGHT" desc="The text in the keyboard overlay to explain the shortcut (resize the focused window towards the right).">
- Resize right
- </message>
<message name="IDS_KEYBOARD_OVERLAY_SAVE" desc="The text in the keyboard overlay to explain the shortcut.">
Save
</message>
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay_data.js b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
index 7a88e28..7f3c3d3 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay_data.js
+++ b/chrome/browser/resources/chromeos/keyboard_overlay_data.js
@@ -15759,10 +15759,8 @@ var keyboardOverlayData = {
"shortcut": {
"+<>CTRL": "keyboardOverlayZoomIn",
"+<>CTRL<>SHIFT": "keyboardOverlayZoomIn",
- ",<>ALT": "keyboardOverlayResizeLeft",
"-<>CTRL": "keyboardOverlayZoomOut",
"-<>CTRL<>SHIFT": "keyboardOverlayZoomOut",
- ".<>ALT": "keyboardOverlayResizeRight",
".<>CTRL<>SHIFT": "keyboardOverlayToggleSpeechInput",
"/<>ALT<>CTRL": "keyboardOverlayViewKeyboardOverlay",
"/<>ALT<>CTRL<>SHIFT": "keyboardOverlayViewKeyboardOverlay",
diff --git a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
index a8434fa..413f44c 100644
--- a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
@@ -153,8 +153,6 @@ struct I18nContentToMessage {
IDS_KEYBOARD_OVERLAY_REOPEN_LAST_CLOSED_TAB },
{ "keyboardOverlayReportIssue", IDS_KEYBOARD_OVERLAY_REPORT_ISSUE },
{ "keyboardOverlayResetZoom", IDS_KEYBOARD_OVERLAY_RESET_ZOOM },
- { "keyboardOverlayResizeLeft", IDS_KEYBOARD_OVERLAY_RESIZE_LEFT },
- { "keyboardOverlayResizeRight", IDS_KEYBOARD_OVERLAY_RESIZE_RIGHT },
{ "keyboardOverlaySave", IDS_KEYBOARD_OVERLAY_SAVE },
{ "keyboardOverlayScreenshotRegion",
IDS_KEYBOARD_OVERLAY_SCREENSHOT_REGION },