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

Unified Diff: components/security_state/security_state_model.h

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 | « chrome/browser/ui/browser.cc ('k') | components/security_state/security_state_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+
// True if the page fails the browser's malware or phishing checks.
bool fails_malware_check;
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | components/security_state/security_state_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698