Chromium Code Reviews| 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; |