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: components/security_state/security_state_model.h

Issue 2350273002: Add SSLStatus flags to feed HTTP_WARNING security level (Closed)
Patch Set: felt comments Created 4 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
Index: components/security_state/security_state_model.h
diff --git a/components/security_state/security_state_model.h b/components/security_state/security_state_model.h
index 2aa256d0b2328656f7f98f7f3601f230ff1a046b..5b7d4b36075373daaa13e3ce7d1fd991a1e53591 100644
--- a/components/security_state/security_state_model.h
+++ b/components/security_state/security_state_model.h
@@ -177,6 +177,10 @@ class SecurityStateModel {
bool ran_content_with_cert_errors;
// True if PKP was bypassed due to a local trust anchor.
bool pkp_bypassed;
+ // True if the page was an HTTP page that displayed a password field.
+ bool displayed_password_field_on_http;
+ // True if the page was an HTTP page that displayed a credit card field.
+ bool displayed_credit_card_field_on_http;
};
// These security levels describe the treatment given to pages that

Powered by Google App Engine
This is Rietveld 408576698