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

Unified Diff: components/security_state/security_state_model.h

Issue 2424223002: Update devtools security panel for HTTP-bad (Closed)
Patch Set: lgarron comments 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
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 9bcfbc6ccd554e0b5a53a979848dd361e2d85331..235c6b5e224211fe15b3e8b59c893d6fda2f05e4 100644
--- a/components/security_state/security_state_model.h
+++ b/components/security_state/security_state_model.h
@@ -136,6 +136,10 @@ class SecurityStateModel {
// True if pinning was bypassed due to a local trust anchor.
bool pkp_bypassed;
+
+ // True if the page displayed sensitive user data inputs (like a
+ // password or credit card) on an HTTP page.
+ bool displayed_private_user_data_input_on_http;
};
// Contains the security state relevant to computing the SecurityInfo
« no previous file with comments | « chrome/browser/ssl/chrome_security_state_model_client_unittest.cc ('k') | components/security_state/security_state_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698