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

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

Issue 2879943003: DevTools: render product badges behind the setting. (Closed)
Patch Set: removed module from the list. 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 }
3 ], 20 ],
4 "dependencies": [ 21 "dependencies": [
5 "common", 22 "common",
6 "sdk" 23 "sdk",
24 "ui"
7 ], 25 ],
8 "scripts": [ 26 "scripts": [
27 "BadgePool.js",
9 "ProductRegistry.js" 28 "ProductRegistry.js"
29 ],
30 "resources": [
31 "badge.css",
32 "popup.css"
10 ] 33 ]
11 } 34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698