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

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

Issue 1165263002: DevTools: Add 'continue to here' to the editor context menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/sources/UISourceCodeFrame.js ('k') | no next file » | 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 efda52b66bc62c27547cf13e3c357af468972953..db6fca2a965cf9b295f3c65d8a1b6da2fe3389d2 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -16,7 +16,7 @@
},
{
"type": "@WebInspector.ContextMenu.Provider",
- "contextTypes": ["WebInspector.UISourceCode", "WebInspector.RemoteObject", "WebInspector.NetworkRequest"],
+ "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocation", "WebInspector.RemoteObject", "WebInspector.NetworkRequest"],
"className": "WebInspector.SourcesPanel.ContextMenuProvider"
},
{
« no previous file with comments | « Source/devtools/front_end/sources/UISourceCodeFrame.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698