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

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

Issue 2118583003: Display when PKP is bypassed in devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments Created 4 years, 5 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 913602ee8ade1e3d64df0c4276249facf004a5f1..4a2bce8ea2d79fb3e3c40a468023c321613c6832 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