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

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

Issue 2550563002: [DevTools] Remove obsolete experiment flags. (Closed)
Patch Set: rebased Created 4 years 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
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "security", 6 "id": "security",
7 "title": "Security", 7 "title": "Security",
8 "order": 80, 8 "order": 80,
9 "className": "Security.SecurityPanel" 9 "className": "Security.SecurityPanel"
10 } 10 }
11 ], 11 ],
12 "dependencies": ["network", "platform", "ui", "sdk"], 12 "dependencies": ["network", "platform", "ui", "sdk"],
13 "experiment": "securityPanel",
14 "scripts": [ 13 "scripts": [
15 "SecurityModel.js", 14 "SecurityModel.js",
16 "SecurityPanel.js" 15 "SecurityPanel.js"
17 ], 16 ],
18 "resources": [ 17 "resources": [
19 "lockIcon.css", 18 "lockIcon.css",
20 "mainView.css", 19 "mainView.css",
21 "originView.css", 20 "originView.css",
22 "sidebar.css" 21 "sidebar.css"
23 ] 22 ]
24 } 23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698