| Index: net/ssl/server_bound_cert_service.cc
|
| diff --git a/net/ssl/server_bound_cert_service.cc b/net/ssl/server_bound_cert_service.cc
|
| index 2bbcbc79e6bccb97977e6d2f3d29cc3734c1f438..baed0561ab69a3158cba77c5b49eedcd05e42b61 100644
|
| --- a/net/ssl/server_bound_cert_service.cc
|
| +++ b/net/ssl/server_bound_cert_service.cc
|
| @@ -35,7 +35,6 @@ namespace net {
|
|
|
| namespace {
|
|
|
| -const int kKeySizeInBits = 1024;
|
| const int kValidityPeriodInDays = 365;
|
| // When we check the system time, we add this many days to the end of the check
|
| // so the result will still hold even after chrome has been running for a
|
|
|