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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/KeyboardShortcut.js

Issue 2895733002: DevTools: remove unused UI related code (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/devtools/front_end/ui/KeyboardShortcut.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/KeyboardShortcut.js b/third_party/WebKit/Source/devtools/front_end/ui/KeyboardShortcut.js
index 51c8139ecd57d77b98cad3ca19cad8281566a800..6b519c2fd6cef47c9840586ae521672890ccfae8 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/KeyboardShortcut.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/KeyboardShortcut.js
@@ -287,6 +287,3 @@ UI.KeyboardShortcut.KeyBindings = {};
/** @typedef {!{key: number, name: string}} */
UI.KeyboardShortcut.Descriptor;
-
-
-UI.KeyboardShortcut.SelectAll = UI.KeyboardShortcut.makeKey('a', UI.KeyboardShortcut.Modifiers.CtrlOrMeta);
luoe 2017/05/22 17:50:47 Added, no longer used: https://chromium.googlesour

Powered by Google App Engine
This is Rietveld 408576698