Index: chrome/browser/ui/webui/interstitials/interstitial_ui.cc |
diff --git a/chrome/browser/ui/webui/interstitials/interstitial_ui.cc b/chrome/browser/ui/webui/interstitials/interstitial_ui.cc |
index 0db2f9e6143fc27d8d7678c3c27bcfb5dd2a523f..627c15991a468ce4a5955ab0efe92c5c9320c819 100644 |
--- a/chrome/browser/ui/webui/interstitials/interstitial_ui.cc |
+++ b/chrome/browser/ui/webui/interstitials/interstitial_ui.cc |
@@ -116,7 +116,7 @@ SSLBlockingPage* CreateSSLBlockingPage(content::WebContents* web_contents) { |
options_mask |= SSLBlockingPage::STRICT_ENFORCEMENT; |
return new SSLBlockingPage(web_contents, cert_error, ssl_info, request_url, |
options_mask, time_triggered_, nullptr, |
- base::Callback<void(bool)>()); |
+ base::Callback<void(bool)>(), GURL()); |
} |
SafeBrowsingBlockingPage* CreateSafeBrowsingBlockingPage( |