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

Unified Diff: components/security_state/security_state_model.h

Issue 2282833002: Fix |security_bits| comment on SecurityStateModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | 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 f45167160c899bdc8843c5c5b367077c88a821fa..4203bc78149ce6c0301592e0a8d65bd3a3ad4d96 100644
--- a/components/security_state/security_state_model.h
+++ b/components/security_state/security_state_model.h
@@ -108,8 +108,10 @@ class SecurityStateModel {
int cert_id;
// The security strength, in bits, of the SSL cipher suite. In late
// 2015, 128 is considered the minimum.
- // 0 means the connection is not encrypted.
- // -1 means the security strength is unknown.
+ //
+ // 0 means the connection uses HTTPS but is not encrypted. -1 means
+ // the security strength is unknown or the connection does not use
+ // HTTPS.
int security_bits;
// Information about the SSL connection, such as protocol and
// ciphersuite. See ssl_connection_flags.h in net.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698