Index: third_party/WebKit/Source/devtools/front_end/network/module.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json |
index 6827c7085b1e114c40f8ddfc7cf502a03f9f5fa8..e19137a93807c670aa9a720e424aa10756ee5a64 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/network/module.json |
+++ b/third_party/WebKit/Source/devtools/front_end/network/module.json |
@@ -92,20 +92,6 @@ |
"order": 40, |
"className": "Network.NetworkConfigView", |
"tags": "disk cache, network throttling, useragent, user agent" |
- }, |
- { |
- "type": "@Network.GroupLookupInterface", |
- "className": "Network.ProductGrouper", |
- "experiment": "networkGroupingRequests", |
- "title": "Product", |
- "id": "product" |
- }, |
- { |
- "type": "@Network.GroupLookupInterface", |
- "className": "Network.FrameGrouper", |
- "experiment": "networkGroupingRequests", |
- "title": "Frame", |
- "id": "frame" |
} |
], |
"dependencies": [ |
@@ -132,7 +118,7 @@ |
"NetworkTimeCalculator.js", |
"NetworkLogView.js", |
"NetworkLogViewColumns.js", |
- "NetworkGroupers.js", |
+ "NetworkFrameGrouper.js", |
"NetworkManageCustomHeadersView.js", |
"NetworkOverview.js", |
"NetworkWaterfallColumn.js", |