Chromium Code Reviews

Unified Diff: Source/devtools/front_end/inspector.json

Issue 1264133002: Devtools: [WIP] Implement enhanced devtools extension language APIs Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Small cleanups - prefer URIs to contentURLs, revert protocol unifications, remove lambdas Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/devtools/front_end/externs.js ('k') | Source/devtools/front_end/languages/LanguageService.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspector.json
diff --git a/Source/devtools/front_end/inspector.json b/Source/devtools/front_end/inspector.json
index 57270ec424343b3775e7611ab84445fac317c12d..24b09bea6b09499c6add7939155fce6b52e4b994 100644
--- a/Source/devtools/front_end/inspector.json
+++ b/Source/devtools/front_end/inspector.json
@@ -1,6 +1,7 @@
[
{ "name": "platform", "type": "autostart" },
{ "name": "main", "type": "autostart" },
+ { "name": "languages", "type": "autostart" },
{ "name": "components", "type": "autostart" },
{ "name": "ui", "type": "autostart" },
{ "name": "sdk", "type": "autostart" },
« no previous file with comments | « Source/devtools/front_end/externs.js ('k') | Source/devtools/front_end/languages/LanguageService.js » ('j') | no next file with comments »

Powered by Google App Engine