Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "extensions": [ | |
| 3 { | |
| 4 "type": "@Network.NetworkGroupLookupInterface", | |
| 5 "className": "NetworkGroupLookup.NetworkProductGroupLookup", | |
| 6 "title": "Product", | |
| 7 "id": "product" | |
| 8 } | |
| 9 ], | |
| 10 "dependencies": [ | |
| 11 "network", | |
| 12 "product_registry", | |
| 13 "sdk" | |
| 14 ], | |
| 15 "experiment": "networkGroupingRequests", | |
| 16 "scripts": [ | |
| 17 "NetworkProductGroupLookup.js" | |
| 18 ] | |
| 19 } | |
| OLD | NEW |