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

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

Issue 2400673003: Remove SSLStatus::security_style member and content::SecurityStyle (Closed)
Patch Set: more curly braces Created 4 years, 2 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/browser/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 68e6769567af81ee4221b9741705d7042b5903b6..0b4fc219ae0704d46a164d7e20931e83c019d092 100644
--- a/content/public/browser/security_style_explanations.cc
+++ b/content/public/browser/security_style_explanations.cc
@@ -11,8 +11,8 @@ SecurityStyleExplanations::SecurityStyleExplanations()
displayed_mixed_content(false),
ran_content_with_cert_errors(false),
displayed_content_with_cert_errors(false),
- ran_insecure_content_style(SECURITY_STYLE_UNKNOWN),
- displayed_insecure_content_style(SECURITY_STYLE_UNKNOWN),
+ ran_insecure_content_style(blink::WebSecurityStyleUnknown),
+ displayed_insecure_content_style(blink::WebSecurityStyleUnknown),
scheme_is_cryptographic(false),
pkp_bypassed(false) {}
« no previous file with comments | « content/public/browser/security_style_explanations.h ('k') | content/public/browser/ssl_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698