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..13c9fec6672865b34eab0a8342dbf677a7379ba9 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_, callback_, |
+ base::Time::NowFromSystemTime()))->Show(); |
// Once an interstitial is displayed, no need to keep the handler around. |
// This is the equivalent of "delete this". |
web_contents_->RemoveUserData(UserDataKey()); |