Commit ed3421d6 authored by wutao's avatar wutao Committed by Commit Bot

ksv: Clean up flag kAshEnableKeyboardShortcutViewer

The old keyboard overlay has been removed in M72 and
the flag kAshEnableKeyboardShortcutViewer is also removed.

Bug: 778874
Test: manual
Change-Id: I6ab9c350728c1e81f2d2437ac089187c4ab604c6
Reviewed-on: https://chromium-review.googlesource.com/c/1371073
Commit-Queue: Tao Wu <wutao@chromium.org>
Reviewed-by: default avatarXiaohui Chen <xiaohuic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615567}
parent 1301db2e
...@@ -3119,11 +3119,6 @@ const char kAshEnableDisplayMoveWindowAccelsName[] = ...@@ -3119,11 +3119,6 @@ const char kAshEnableDisplayMoveWindowAccelsName[] =
const char kAshEnableDisplayMoveWindowAccelsDescription[] = const char kAshEnableDisplayMoveWindowAccelsDescription[] =
"Enable shortcuts for moving window between displays."; "Enable shortcuts for moving window between displays.";
const char kAshEnableKeyboardShortcutViewerName[] =
"Enable keyboard shortcut viewer.";
const char kAshEnableKeyboardShortcutViewerDescription[] =
"Enable keyboard shortcut viewer.";
const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode."; const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
const char kAshEnableMirroredScreenDescription[] = const char kAshEnableMirroredScreenDescription[] =
"Enable the mirrored screen mode. This mode flips the screen image " "Enable the mirrored screen mode. This mode flips the screen image "
......
...@@ -1871,9 +1871,6 @@ extern const char kAshDisableSmoothScreenRotationDescription[]; ...@@ -1871,9 +1871,6 @@ extern const char kAshDisableSmoothScreenRotationDescription[];
extern const char kAshEnableDisplayMoveWindowAccelsName[]; extern const char kAshEnableDisplayMoveWindowAccelsName[];
extern const char kAshEnableDisplayMoveWindowAccelsDescription[]; extern const char kAshEnableDisplayMoveWindowAccelsDescription[];
extern const char kAshEnableKeyboardShortcutViewerName[];
extern const char kAshEnableKeyboardShortcutViewerDescription[];
extern const char kAshEnableMirroredScreenName[]; extern const char kAshEnableMirroredScreenName[];
extern const char kAshEnableMirroredScreenDescription[]; extern const char kAshEnableMirroredScreenDescription[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment