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

Unified Diff: Source/devtools/protocol.json

Issue 1318003004: Revert of DevTools: [security] open certificate viewer from devtools security overview (blink) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/devtools/front_end/security/mainView.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 4fd0d0c219c153343d6494dad703e23d34f6530f..0cf7124108c8659c0ee3303a09d26180fc5d3db4 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -1085,8 +1085,7 @@
"properties": [
{ "name": "securityState", "$ref": "SecurityState", "description": "Security state representing the severity of the factor being explained." },
{ "name": "summary", "type": "string", "description": "Short phrase describing the type of factor." },
- { "name": "description", "type": "string", "description": "Full text explanation of the factor." },
- { "name": "certificateId", "$ref": "Network.CertificateId", "optional": true, "description": "Associated certificate id." }
+ { "name": "description", "type": "string", "description": "Full text explanation of the factor." }
],
"description": "An explanation of an factor contributing to the security state."
},
« no previous file with comments | « Source/devtools/front_end/security/mainView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698