Commit 99399d39 authored by lgarron@chromium.org's avatar lgarron@chromium.org

Change the DevTools Security panel to be a non-hidden experiment.

BUG=503399

Review URL: https://codereview.chromium.org/1317863004

git-svn-id: svn://svn.chromium.org/blink/trunk@201341 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 76e42bc3
......@@ -139,7 +139,7 @@ WebInspector.Main.prototype = {
Runtime.experiments.register("networkRequestsOnTimeline", "Network requests on Timeline", true);
Runtime.experiments.register("privateScriptInspection", "Private script inspection");
Runtime.experiments.register("promiseTracker", "Promise inspector");
Runtime.experiments.register("securityPanel", "Security panel", true);
Runtime.experiments.register("securityPanel", "Security panel");
Runtime.experiments.register("serviceWorkersInResources", "Service workers in Resources panel", true);
Runtime.experiments.register("showPrimaryLoadWaterfallInNetworkTimeline", "Show primary load waterfall in Network timeline", true);
Runtime.experiments.register("stepIntoAsync", "Step into async");
......
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