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

Unified Diff: Source/devtools/front_end/inspector.json

Issue 1159163005: Add a minimal Security panel to DevTools (behind a hidden experiment). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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/inspector.json
diff --git a/Source/devtools/front_end/inspector.json b/Source/devtools/front_end/inspector.json
index 78db1367fbdec304893608761ecac5c35d539ac7..0b6eba3a4b65b8fbad78f1e85b5c8fec43877981 100644
--- a/Source/devtools/front_end/inspector.json
+++ b/Source/devtools/front_end/inspector.json
@@ -19,6 +19,7 @@
{ "name": "profiler", "type": "remote" },
{ "name": "resources", "type": "remote" },
{ "name": "audits", "type": "remote" },
+ { "name": "security", "type": "remote" },
{ "name": "console", "type": "remote" },
{ "name": "source_frame", "type": "remote" },
{ "name": "cm_modes", "type": "remote" },

Powered by Google App Engine
This is Rietveld 408576698