Chromium Code Reviews| Index: chrome/browser/net/transport_security_persister.h |
| diff --git a/chrome/browser/net/transport_security_persister.h b/chrome/browser/net/transport_security_persister.h |
| index 36c25fb42998ab3a87866081129de6486b5647a0..cd9367e13666af92e1e95ca39e5a17d85105d7be 100644 |
| --- a/chrome/browser/net/transport_security_persister.h |
| +++ b/chrome/browser/net/transport_security_persister.h |
| @@ -77,6 +77,7 @@ class TransportSecurityPersister |
| // "bad_static_spki_hashes": list of strings |
| // legacy key synonym "bad_preloaded_spki_hashes" |
| // "dynamic_spki_hashes": list of strings |
| + // "ssl_version": integer |
|
thaidn_google
2013/04/11 01:31:52
should be ssl_version_min. will fix in another pat
|
| // |
| // The JSON dictionary keys are strings containing |
| // Base64(SHA256(net::TransportSecurityState::CanonicalizeHost(domain))). |