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

Unified Diff: components/security_state/security_state_model.h

Issue 1727133002: Expose TLS settings in the Security panel overview, and call out individual obsolete settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reintroduce IsSecureTLSCipherSuite() as its negative and update tests. Created 4 years, 8 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 26dd220648771eb238c37d781d9f4739fc51ebed..ba2c6190fc5f2a9e51aafdadfb6e7ee29eaebb48 100644
--- a/components/security_state/security_state_model.h
+++ b/components/security_state/security_state_model.h
@@ -106,7 +106,7 @@ class SecurityStateModel {
int connection_status;
// True if the protocol version and ciphersuite for the connection
estark 2016/04/18 11:46:44 Update comment.
lgarron 2016/04/25 23:56:54 Done.
// are considered secure.
- bool is_secure_protocol_and_ciphersuite;
+ int obsolete_ssl_status;
};
// Contains the security state relevant to computing the SecurityInfo

Powered by Google App Engine
This is Rietveld 408576698