Commit 0f15eb5e authored by lushnikov's avatar lushnikov Committed by Commit bot

DevTools: make LiveSASS experiment public

BUG=none
R=pfeldman

Review-Url: https://codereview.chromium.org/2019143002
Cr-Commit-Position: refs/heads/master@{#398253}
parent 9f234866
...@@ -112,7 +112,7 @@ WebInspector.Main.prototype = { ...@@ -112,7 +112,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("layersPanel", "Layers panel"); Runtime.experiments.register("layersPanel", "Layers panel");
Runtime.experiments.register("layoutEditor", "Layout editor", true); Runtime.experiments.register("layoutEditor", "Layout editor", true);
Runtime.experiments.register("inspectTooltip", "Dark inspect element tooltip"); Runtime.experiments.register("inspectTooltip", "Dark inspect element tooltip");
Runtime.experiments.register("liveSASS", "Live SASS", true); Runtime.experiments.register("liveSASS", "Live SASS");
Runtime.experiments.register("privateScriptInspection", "Private script inspection"); Runtime.experiments.register("privateScriptInspection", "Private script inspection");
Runtime.experiments.register("requestBlocking", "Request blocking", true); Runtime.experiments.register("requestBlocking", "Request blocking", true);
Runtime.experiments.register("resolveVariableNames", "Resolve variable names"); Runtime.experiments.register("resolveVariableNames", "Resolve variable names");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment