Index: components/security_interstitials/core/ssl_error_ui.cc |
diff --git a/components/security_interstitials/core/ssl_error_ui.cc b/components/security_interstitials/core/ssl_error_ui.cc |
index a02f0b016e5aebf0c65ef6e5064b15fe245d8d99..9429f941c6dcaca37c7ebcba75134e182e2463c6 100644 |
--- a/components/security_interstitials/core/ssl_error_ui.cc |
+++ b/components/security_interstitials/core/ssl_error_ui.cc |
@@ -29,6 +29,7 @@ SSLErrorUI::SSLErrorUI(const GURL& request_url, |
const net::SSLInfo& ssl_info, |
int display_options, |
const base::Time& time_triggered, |
+ const network_time::NetworkTimeTracker* network_time, |
const std::string& languages, |
ControllerClient* controller) |
: request_url_(request_url), |
@@ -47,7 +48,7 @@ SSLErrorUI::SSLErrorUI(const GURL& request_url, |
controller_->metrics_helper()->RecordUserInteraction( |
MetricsHelper::TOTAL_VISITS); |
ssl_errors::RecordUMAStatistics(soft_override_enabled_, time_triggered_, |
- request_url, cert_error_, |
+ network_time, request_url, cert_error_, |
*ssl_info_.cert.get()); |
} |