Index: net/base/origin_bound_cert_store.cc |
diff --git a/net/base/origin_bound_cert_store.cc b/net/base/origin_bound_cert_store.cc |
index 16d054a63a8d8bd530b68856ef39e38d02068799..04a5d9e0f2f589614b40fb98373ba636ee8c2509 100644 |
--- a/net/base/origin_bound_cert_store.cc |
+++ b/net/base/origin_bound_cert_store.cc |
@@ -11,10 +11,12 @@ OriginBoundCertStore::OriginBoundCert::OriginBoundCert() {} |
OriginBoundCertStore::OriginBoundCert::OriginBoundCert( |
const std::string& origin, |
SSLClientCertType type, |
+ base::Time not_valid_after, |
const std::string& private_key, |
const std::string& cert) |
: origin_(origin), |
type_(type), |
+ not_valid_after_(not_valid_after), |
private_key_(private_key), |
cert_(cert) {} |