Chromium Code Reviews| 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..fe2b45f3d47ab82a427fb411e3837b517c7cad4b 100644 |
| --- a/net/base/origin_bound_cert_store.cc |
| +++ b/net/base/origin_bound_cert_store.cc |
| @@ -6,7 +6,9 @@ |
| namespace net { |
| -OriginBoundCertStore::OriginBoundCert::OriginBoundCert() {} |
| +OriginBoundCertStore::OriginBoundCert::OriginBoundCert() |
| + : type_(CLIENT_CERT_INVALID_TYPE) { |
|
groby-ooo-7-16
2011/12/20 20:03:34
You might want owners on any cert changes
|
| +} |
| OriginBoundCertStore::OriginBoundCert::OriginBoundCert( |
| const std::string& origin, |