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(); |
|
Eran Messeri
2016/04/26 09:29:51
Why is this necessary?
dwaxweiler
2016/04/28 07:46:20
IPC requires an empty constructor.
|
| + |
| SignedCertificateTimestampAndStatus( |
| const scoped_refptr<ct::SignedCertificateTimestamp>& sct, |
| ct::SCTVerifyStatus status); |