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..f5972041498c0420f600d20f10e0cb1c68f4f9f0 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 expiration_time, |
const std::string& private_key, |
const std::string& cert) |
: origin_(origin), |
type_(type), |
+ expiration_time_(expiration_time), |
private_key_(private_key), |
cert_(cert) {} |