Index: chrome/browser/ssl/ssl_error_handler.cc |
diff --git a/chrome/browser/ssl/ssl_error_handler.cc b/chrome/browser/ssl/ssl_error_handler.cc |
index 041f8f6cbab8bda571c2703097fa2da00da9446c..c41a7acbaba8984f72d2c70b1e1ea86cfa10395b 100644 |
--- a/chrome/browser/ssl/ssl_error_handler.cc |
+++ b/chrome/browser/ssl/ssl_error_handler.cc |
@@ -200,7 +200,8 @@ void SSLErrorHandler::ShowSSLInterstitial() { |
SHOW_SSL_INTERSTITIAL_OVERRIDABLE : |
SHOW_SSL_INTERSTITIAL_NONOVERRIDABLE); |
(new SSLBlockingPage(web_contents_, cert_error_, ssl_info_, request_url_, |
- options_mask_, callback_))->Show(); |
+ options_mask_, base::Time::NowFromSystemTime(), |
+ callback_))->Show(); |
// Once an interstitial is displayed, no need to keep the handler around. |
// This is the equivalent of "delete this". |
web_contents_->RemoveUserData(UserDataKey()); |