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

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

Issue 2372303003: DevTools: introduce external service client (behind experiment). (Closed)
Patch Set: external linter Created 4 years, 3 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/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index cf8b62f16c05a35868bc9e124918d46a78606721..4cea6555e24c9f5182b3210ae5e716ea6e63d8fc 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -98,6 +98,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("timelineShowAllProcesses", "Show all processes on Timeline", true);
Runtime.experiments.register("securityPanel", "Security panel");
Runtime.experiments.register("sourceDiff", "Source diff");
+ Runtime.experiments.register("terminalInDrawer", "Terminal in drawer", true);
Runtime.experiments.register("timelineFlowEvents", "Timeline flow events", true);
Runtime.experiments.register("timelineInvalidationTracking", "Timeline invalidation tracking", true);
Runtime.experiments.register("timelineRecordingPerspectives", "Timeline recording perspectives UI");

Powered by Google App Engine
This is Rietveld 408576698