| 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 6c79b5a23b8fa9be110b0c923b64c8621d65eb04..9c6144f49d94021c633349c7516879b303604146 100644
|
| --- a/chrome/browser/ui/webui/interstitials/interstitial_ui.cc
|
| +++ b/chrome/browser/ui/webui/interstitials/interstitial_ui.cc
|
| @@ -94,7 +94,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(
|
|
|