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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits2_worker/module.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/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/utility_shared_worker/module.json b/third_party/WebKit/Source/devtools/front_end/audits2_worker/module.json
similarity index 74%
copy from third_party/WebKit/Source/devtools/front_end/utility_shared_worker/module.json
copy to third_party/WebKit/Source/devtools/front_end/audits2_worker/module.json
index 609b2989b94fb000cd4c530bc9bc749a2549afa0..deeae14fc63311fe08b6d98bc83daab2c20314a1 100644
--- a/third_party/WebKit/Source/devtools/front_end/utility_shared_worker/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/audits2_worker/module.json
@@ -3,6 +3,6 @@
"worker_service"
],
"scripts": [
- "TempStorage.js"
+ "Audits2Service.js"
]
}

Powered by Google App Engine
This is Rietveld 408576698