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

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

Issue 2695423002: [Devtools] Added provider for NetworkLookupInterface to ProductRegistry (Closed)
Patch Set: changes Created 3 years, 10 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
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698