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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits/module.json

Issue 2868583003: DevTools: make audits 2 a proper experiment that can be enabled by default. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/audits2/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/audits2/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698