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

Unified Diff: Source/devtools/front_end/main/Main.js

Issue 475713002: DevTools: Enable devtools extensions support in the worker frontend (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index 62a9a665c9173aaccaa56efbc0a94b0a5f94187b..040c995cc7b2fb34afa8f95b46c2ba88513dcb38 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -192,7 +192,7 @@ WebInspector.Main.prototype = {
if (WebInspector.experimentsSettings.documentation.isEnabled())
configuration.push("documentation");
if (WebInspector.isWorkerFrontend())
- configuration = ["main", "sources", "timeline", "profiler", "console", "source_frame"];
+ configuration = ["main", "sources", "timeline", "profiler", "console", "source_frame", "extensions"];
self.runtime.registerModules(configuration);
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698