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

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

Issue 1311693004: [DevTools] UI for blocked URLs. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo Created 5 years, 4 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: Source/devtools/front_end/network/module.json
diff --git a/Source/devtools/front_end/network/module.json b/Source/devtools/front_end/network/module.json
index 96404319d5323968aa575440402a7b82e9a39818..1ce1c4a4dbd08df48d3dc8b940435068b7744d37 100644
--- a/Source/devtools/front_end/network/module.json
+++ b/Source/devtools/front_end/network/module.json
@@ -42,6 +42,7 @@
"ui_lazy"
],
"scripts": [
+ "BlockedURLsPane.js",
"EventSourceMessagesView.js",
"FilterSuggestionBuilder.js",
"HARWriter.js",
@@ -63,6 +64,7 @@
"XMLView.js"
],
"resources": [
+ "blockedURLsPane.css",
"eventSourceMessagesView.css",
"networkLogView.css",
"networkPanel.css",

Powered by Google App Engine
This is Rietveld 408576698