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

Unified Diff: chrome/browser/ssl/bad_clock_blocking_page.cc

Issue 2575233003: Record the time when the interstitial is constructed (Closed)
Patch Set: Created 4 years 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 | « chrome/browser/ssl/bad_clock_blocking_page.h ('k') | chrome/browser/ssl/captive_portal_blocking_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/bad_clock_blocking_page.cc
diff --git a/chrome/browser/ssl/bad_clock_blocking_page.cc b/chrome/browser/ssl/bad_clock_blocking_page.cc
index 4925cd2a9035544eaf95c0ff373bc78ad3572f81..033e4b51555741538416937d468efe99f17db49f 100644
--- a/chrome/browser/ssl/bad_clock_blocking_page.cc
+++ b/chrome/browser/ssl/bad_clock_blocking_page.cc
@@ -72,7 +72,6 @@ BadClockBlockingPage::BadClockBlockingPage(
CreateMetricsHelper(web_contents, request_url)),
callback_(callback),
ssl_info_(ssl_info),
- time_triggered_(time_triggered),
cert_report_helper_(new CertReportHelper(
std::move(ssl_cert_reporter),
web_contents,
@@ -80,6 +79,7 @@ BadClockBlockingPage::BadClockBlockingPage(
ssl_info,
certificate_reporting::ErrorReport::INTERSTITIAL_CLOCK,
false /* overridable */,
+ time_triggered,
controller()->metrics_helper())),
bad_clock_ui_(new security_interstitials::BadClockUI(request_url,
cert_error,
« no previous file with comments | « chrome/browser/ssl/bad_clock_blocking_page.h ('k') | chrome/browser/ssl/captive_portal_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698