Chromium Code Reviews| Index: net/ssl/signed_certificate_timestamp_and_status.h |
| diff --git a/net/ssl/signed_certificate_timestamp_and_status.h b/net/ssl/signed_certificate_timestamp_and_status.h |
| index 650e5b1a715c8b2026ced3cfae528ff6ea59c6b8..e546668a0b16a4dc40cb0c7bd5d4300022fadd30 100644 |
| --- a/net/ssl/signed_certificate_timestamp_and_status.h |
| +++ b/net/ssl/signed_certificate_timestamp_and_status.h |
| @@ -15,6 +15,8 @@ |
| namespace net { |
| struct NET_EXPORT SignedCertificateTimestampAndStatus { |
| + SignedCertificateTimestampAndStatus(); |
|
estark
2016/05/07 07:12:51
Why is this needed?
dwaxweiler
2016/05/07 13:09:40
IPC requires an empty constructor.
|
| + |
| SignedCertificateTimestampAndStatus( |
| const scoped_refptr<ct::SignedCertificateTimestamp>& sct, |
| ct::SCTVerifyStatus status); |