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 b7994b57a9b1c032fc5c3893658d409ab143217a..eb9fee14332fd3453d78bac7e4adbbf40e9451ee 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js |
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
@@ -103,6 +103,7 @@ Main.Main = class { |
Runtime.experiments.register('emptySourceMapAutoStepping', 'Empty sourcemap auto-stepping'); |
Runtime.experiments.register('inputEventsOnTimelineOverview', 'Input events on Timeline overview', true); |
Runtime.experiments.register('liveSASS', 'Live SASS'); |
+ Runtime.experiments.register('networkGroupingRequests', 'Network request groups support', true); |
Runtime.experiments.register('nodeDebugging', 'Node debugging', true); |
Runtime.experiments.register('persistence2', 'Persistence 2.0'); |
Runtime.experiments.register('persistenceValidation', 'Validate persistence bindings'); |