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

Unified Diff: content/public/browser/security_style_explanations.cc

Issue 2066483009: Expose SSLInfo::pkp_bypassed to devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove change to browser_protocol.json Created 4 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
« no previous file with comments | « content/public/browser/security_style_explanations.h ('k') | content/public/common/ssl_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/security_style_explanations.cc
diff --git a/content/public/browser/security_style_explanations.cc b/content/public/browser/security_style_explanations.cc
index e88f5e0d4872eb2613134d184290435486974b18..b80631ee9263f41ff4ab7ca888ce4a637d1ee507 100644
--- a/content/public/browser/security_style_explanations.cc
+++ b/content/public/browser/security_style_explanations.cc
@@ -11,7 +11,8 @@ SecurityStyleExplanations::SecurityStyleExplanations()
displayed_insecure_content(false),
ran_insecure_content_style(SECURITY_STYLE_UNKNOWN),
displayed_insecure_content_style(SECURITY_STYLE_UNKNOWN),
- scheme_is_cryptographic(false) {}
+ scheme_is_cryptographic(false),
+ pkp_bypassed(false) {}
SecurityStyleExplanations::~SecurityStyleExplanations() {
}
« no previous file with comments | « content/public/browser/security_style_explanations.h ('k') | content/public/common/ssl_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698