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

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

Issue 1327593005: Link to the mixed content filter from security panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/security/module.json
diff --git a/Source/devtools/front_end/security/module.json b/Source/devtools/front_end/security/module.json
index 826e5458186e69d910e8257e5a919735bba6ec9b..e790c005c39672756fdef103cf8ee9ad2331c428 100644
--- a/Source/devtools/front_end/security/module.json
+++ b/Source/devtools/front_end/security/module.json
@@ -8,7 +8,7 @@
"className": "WebInspector.SecurityPanelFactory"
}
],
- "dependencies": ["platform", "ui", "sdk"],
+ "dependencies": ["network", "platform", "ui", "sdk"],
"experiment": "securityPanel",
"scripts": [
"SecurityModel.js",

Powered by Google App Engine
This is Rietveld 408576698