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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits2_worker.json

Issue 2417703006: DevTools: introduce a stub for the new audits panel (behind experiment). (Closed)
Patch Set: missing file added. Created 4 years, 2 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
Index: third_party/WebKit/Source/devtools/front_end/audits2_worker.json
diff --git a/third_party/WebKit/Source/devtools/front_end/utility_shared_worker.json b/third_party/WebKit/Source/devtools/front_end/audits2_worker.json
similarity index 62%
copy from third_party/WebKit/Source/devtools/front_end/utility_shared_worker.json
copy to third_party/WebKit/Source/devtools/front_end/audits2_worker.json
index c654c34900066101e52e9ac47ccb28b46ea6df10..e864baeb701451b89593a73d355737e4740bdd56 100644
--- a/third_party/WebKit/Source/devtools/front_end/utility_shared_worker.json
+++ b/third_party/WebKit/Source/devtools/front_end/audits2_worker.json
@@ -1,7 +1,7 @@
{
"modules": [
{ "name": "worker_service", "type": "autostart" },
- { "name": "utility_shared_worker", "type": "autostart" }
+ { "name": "audits2_worker", "type": "autostart" }
],
"has_html": false

Powered by Google App Engine
This is Rietveld 408576698