Commit 3c7cb245 authored by pfeldman's avatar pfeldman Committed by Commit bot

DevTools: enable network grouping by default.

BUG=
NOTRY=true

Review-Url: https://codereview.chromium.org/2886873003
Cr-Commit-Position: refs/heads/master@{#472209}
parent 409a9ad4
......@@ -138,8 +138,10 @@ Main.Main = class {
Runtime.experiments.enableForTest('liveSASS');
}
Runtime.experiments.setDefaultExperiments(
['continueToLocationMarkers', 'autoAttachToCrossProcessSubframes', 'objectPreviews', 'audits2']);
Runtime.experiments.setDefaultExperiments([
'continueToLocationMarkers', 'autoAttachToCrossProcessSubframes', 'objectPreviews', 'audits2',
'networkGroupingRequests'
]);
}
/**
......
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