Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: net/cert/ct_known_logs.cc

Issue 2015493002: Mark the Izenpe log as Disqualified (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/cert/ct_known_logs_static-inc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_known_logs.cc
diff --git a/net/cert/ct_known_logs.cc b/net/cert/ct_known_logs.cc
index 2ab07ce936d533eebbecc83aa86ded76bae71b3e..0602581708e1e211b2d57939fed94ad6e9230f94 100644
--- a/net/cert/ct_known_logs.cc
+++ b/net/cert/ct_known_logs.cc
@@ -83,8 +83,7 @@ bool IsLogDisqualified(base::StringPiece log_id,
return false;
}
- *disqualification_date =
- base::Time::FromInternalValue(p->disqualification_date);
+ *disqualification_date = base::Time::UnixEpoch() + p->disqualification_date;
return true;
}
« no previous file with comments | « no previous file | net/cert/ct_known_logs_static-inc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698