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

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

Issue 1827993002: [DevTools] Remove promise inspector experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 9 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/promises/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/promises/module.json b/third_party/WebKit/Source/devtools/front_end/promises/module.json
deleted file mode 100644
index 520e4f6a64afe54d07f2cc51d50d0df55b9cc7b0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/front_end/promises/module.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "extensions": [
- {
- "type": "drawer-view",
- "name": "promises",
- "title": "Promises",
- "order": 30,
- "persistence": "permanent",
- "className": "WebInspector.PromisePane"
- }
- ],
- "dependencies": ["components", "ui_lazy"],
- "experiment": "promiseTracker",
- "scripts": [
- "PromisePane.js"
- ],
- "resources": [
- "promisePane.css"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698