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

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

Issue 2804053002: [Devtools] Move request blocking out of experiments (Closed)
Patch Set: Created 3 years, 8 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/network/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json
index dcf1268a6ebb1130a701c2847dc9224a9932a27a..d8b62a3669d13e2d38b30aa141d83be26a4be2dc 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
@@ -81,8 +81,7 @@
"title": "Request blocking",
"persistence": "closeable",
"order": 60,
- "className": "Network.BlockedURLsPane",
- "experiment": "requestBlocking"
+ "className": "Network.BlockedURLsPane"
dgozman 2017/04/06 19:28:16 Remove from Main.js as well.
allada 2017/04/07 18:21:26 Done.
},
{
"type": "view",

Powered by Google App Engine
This is Rietveld 408576698