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

Unified Diff: content/browser/devtools/protocol/security_handler.cc

Issue 1727133002: Expose TLS settings in the Security panel overview, and call out individual obsolete settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reintroduce IsSecureTLSCipherSuite() as its negative and update tests. Created 4 years, 8 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: content/browser/devtools/protocol/security_handler.cc
diff --git a/content/browser/devtools/protocol/security_handler.cc b/content/browser/devtools/protocol/security_handler.cc
index 7784651f7b29e6d38bc0e8afb7067e68e61ad799..8730b9c6913774ddad2c621a91d249e626d3218f 100644
--- a/content/browser/devtools/protocol/security_handler.cc
+++ b/content/browser/devtools/protocol/security_handler.cc
@@ -105,6 +105,8 @@ void SecurityHandler::SecurityStyleChanged(
AddExplanations(kSecurityStateSecure,
security_style_explanations.secure_explanations,
&explanations);
+ AddExplanations(kSecurityStateInfo,
+ security_style_explanations.info_explanations, &explanations);
scoped_refptr<MixedContentStatus> mixed_content_status =
MixedContentStatus::Create()

Powered by Google App Engine
This is Rietveld 408576698