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

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

Issue 2783143003: DevTools: bring coverage view out of experiment (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/coverage/module.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 30a3a86271ffa806831a21a9bc448a1daccadfbe..b912b2b32c404eb0fec62fa94305b70bba44d781 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -98,7 +98,6 @@ Main.Main = class {
Runtime.experiments.register('changesDrawer', 'Changes drawer', true);
Runtime.experiments.register('continueToLocationMarkers', 'Continue to location markers', true);
Runtime.experiments.register('colorContrastRatio', 'Contrast ratio line in color picker', true);
- Runtime.experiments.register('cssTrackerPanel', 'Coverage support');
Runtime.experiments.register('emptySourceMapAutoStepping', 'Empty sourcemap auto-stepping');
Runtime.experiments.register('inputEventsOnTimelineOverview', 'Input events on Timeline overview', true);
Runtime.experiments.register('liveSASS', 'Live SASS');
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/coverage/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698