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

Unified Diff: Source/devtools/front_end/sources/module.json

Issue 1273363002: Devtools UI: Show multiple shortcuts, show more shortcuts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/devtools/front_end/settings/module.json ('k') | Source/devtools/front_end/timeline/TimelinePanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index 63d2909cbfcf7346034d94d07c6b3fc6a501d2f8..104e11533e635527a528e7da306ee43688d1eec5 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -112,6 +112,7 @@
{
"type": "@WebInspector.ActionDelegate",
"actionId": "sources.search.toggle",
+ "title": "Search all files",
"className": "WebInspector.AdvancedSearchView.ActionDelegate",
"bindings": [
{
@@ -127,7 +128,6 @@
{
"type": "context-menu-item",
"location": "mainMenu/navigate",
- "title": "Search all files",
"actionId": "sources.search.toggle"
},
{
« no previous file with comments | « Source/devtools/front_end/settings/module.json ('k') | Source/devtools/front_end/timeline/TimelinePanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698