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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/network_group_lookup/module.json

Issue 2756583002: [Devtools] Added ability to add extension columns to network (Closed)
Patch Set: changes Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network_group_lookup/NetworkProductGroupLookup.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@Network.NetworkGroupLookupInterface", 4 "type": "@Network.NetworkGroupLookupInterface",
5 "className": "NetworkGroupLookup.NetworkProductGroupLookup", 5 "className": "NetworkGroupLookup.NetworkProductGroupLookup",
6 "title": "Product", 6 "title": "Product",
7 "id": "product" 7 "id": "product"
8 },
9 {
10 "type": "@Network.NetworkColumnExtensionInterface",
11 "className": "NetworkGroupLookup.NetworkProductGroupLookup",
12 "title": "Product"
8 } 13 }
9 ], 14 ],
10 "dependencies": [ 15 "dependencies": [
11 "network", 16 "network",
12 "product_registry", 17 "product_registry",
13 "sdk" 18 "sdk"
14 ], 19 ],
15 "experiment": "networkGroupingRequests", 20 "experiment": "networkGroupingRequests",
16 "scripts": [ 21 "scripts": [
17 "NetworkProductGroupLookup.js" 22 "NetworkProductGroupLookup.js"
18 ] 23 ]
19 } 24 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network_group_lookup/NetworkProductGroupLookup.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698