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

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

Issue 2886873003: DevTools: enable network grouping by default. (Closed)
Patch Set: rebaselined Created 3 years, 7 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 | « no previous file | 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 cfd98b69bd9b0743584dfbfc10ee3ae4074f77b5..f0931a67356978e0c3eedb6739007893cb9f8224 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -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'
+ ]);
}
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698