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

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: Address final comments. Created 5 years, 6 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 d37c282eec2b5587e7fd57e4c5f4b5232d9e4330..7b3a20b840e22feadf433066228fb85bf86ba9e3 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" },
« no previous file with comments | « Source/devtools/front_end/Images/securityStateWarning_2x.png ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698