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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js

Issue 2679483002: DevTools: Create extensible QuickOpen control (Closed)
Patch Set: merge Created 3 years, 9 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/sources/JavaScriptSourceFrame.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
index 376291fe2b427b71a886471835343548b2c10bcb..27997360fc85e74af3c07a5268a4cf5730930115 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
@@ -1176,7 +1176,7 @@ Sources.JavaScriptSourceFrame = class extends SourceFrame.UISourceCodeFrame {
'Associated files should be added to the file tree. You can debug these resolved source files as regular JavaScript files.'));
sourceMapInfobar.createDetailsRowMessage(Common.UIString(
'Associated files are available via file tree or %s.',
- UI.shortcutRegistry.shortcutTitleForAction('sources.go-to-source')));
+ UI.shortcutRegistry.shortcutTitleForAction('quickOpen.show')));
this.attachInfobars([sourceMapInfobar]);
}
}

Powered by Google App Engine
This is Rietveld 408576698