| Index: third_party/WebKit/Source/devtools/front_end/audits/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/audits/module.json b/third_party/WebKit/Source/devtools/front_end/audits/module.json
|
| index 71b1e8b5b5be66daad2e7a8d7ee5031c4cf607ca..845909111f0e18daf9fb29620a8d27f530b9cf66 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/audits/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/audits/module.json
|
| @@ -4,10 +4,20 @@
|
| "type": "view",
|
| "location": "panel",
|
| "id": "audits",
|
| + "title": "Audits",
|
| + "order": 90,
|
| + "className": "Audits.AuditsPanel",
|
| + "experiment": "!audits2"
|
| + },
|
| + {
|
| + "type": "view",
|
| + "location": "panel",
|
| + "id": "audits",
|
| "title": "Legacy Audits",
|
| "order": 90,
|
| "persistence": "closeable",
|
| - "className": "Audits.AuditsPanel"
|
| + "className": "Audits.AuditsPanel",
|
| + "experiment": "audits2"
|
| }
|
| ],
|
| "dependencies": [
|
|
|