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

Unified Diff: components/security_state/security_state_model.h

Issue 2400673003: Remove SSLStatus::security_style member and content::SecurityStyle (Closed)
Patch Set: 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 df7eba5c258e965f8ddfe7de617bc73c288d0157..9bcfbc6ccd554e0b5a53a979848dd361e2d85331 100644
--- a/components/security_state/security_state_model.h
+++ b/components/security_state/security_state_model.h
@@ -146,9 +146,7 @@ class SecurityStateModel {
~VisibleSecurityState();
bool operator==(const VisibleSecurityState& other) const;
GURL url;
- // The baseline SecurityLevel describing the page or request before
- // any SecurityStateModel policies have been applied.
- SecurityLevel initial_security_level;
estark 2016/10/06 22:00:17 |initial_security_level| used to be the way that C
felt 2016/10/07 03:30:48 I prefer the new way, I find it more self explanat
+
// True if the page fails the browser's malware or phishing checks.
bool fails_malware_check;

Powered by Google App Engine
This is Rietveld 408576698