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

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

Issue 2880913002: Revert of DevTools: render product badges behind the setting. (Closed)
Patch Set: Created 3 years, 7 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
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 {
4 "type": "setting",
5 "category": "UI",
6 "settingName": "product_registry.badges-visible",
7 "settingType": "boolean",
8 "defaultValue": false,
9 "options": [
10 {
11 "value": true,
12 "title": "Show third party badges"
13 },
14 {
15 "value": false,
16 "title": "Do not show third party badges"
17 }
18 ]
19 }
20 ], 3 ],
21 "dependencies": [ 4 "dependencies": [
22 "common", 5 "common",
23 "sdk", 6 "sdk"
24 "ui"
25 ], 7 ],
26 "scripts": [ 8 "scripts": [
27 "BadgePool.js",
28 "ProductRegistry.js" 9 "ProductRegistry.js"
29 ],
30 "resources": [
31 "badge.css",
32 "popup.css"
33 ] 10 ]
34 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698