| Index: net/cert/multi_log_ct_verifier.cc
|
| diff --git a/net/cert/multi_log_ct_verifier.cc b/net/cert/multi_log_ct_verifier.cc
|
| index 5a19546f4f8991bd94361f4b4d3f17eb49287584..6b12eff9442be7b23714f0f76b38b7b6fa8fd960 100644
|
| --- a/net/cert/multi_log_ct_verifier.cc
|
| +++ b/net/cert/multi_log_ct_verifier.cc
|
| @@ -134,8 +134,6 @@ bool MultiLogCTVerifier::VerifySingleSCT(
|
| }
|
|
|
| // SCT verified ok, just make sure the timestamp is legitimate.
|
| - // Add 1 second to allow some slack for accepting SCTs which have *Just*
|
| - // been issued.
|
| if (sct->timestamp > base::Time::Now()) {
|
| DVLOG(1) << "SCT is from the future!";
|
| result->unverified_scts.push_back(sct);
|
|
|