Chromium Code Reviews| Index: chrome/browser/chrome_content_browser_client.cc |
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
| index fc13b031cd3e99dc5875586920794901b4fc63db..b62c3efa498527a037c27f8c9ce6346849f44ab3 100644 |
| --- a/chrome/browser/chrome_content_browser_client.cc |
| +++ b/chrome/browser/chrome_content_browser_client.cc |
| @@ -2005,7 +2005,7 @@ void ChromeContentBrowserClient::AllowCertificateError( |
| #endif |
| // Otherwise, display an SSL blocking page. |
| - new SSLBlockingPage(tab, cert_error, ssl_info, request_url, overridable, |
| + new SSLBlockingPage(tab, true, cert_error, ssl_info, request_url, overridable, |
|
Bernhard Bauer
2014/07/16 10:22:45
Would it make sense to make this a method ShowSSLB
meacer
2014/07/16 21:21:39
Added Show and CreateForWebUI static methods to SS
|
| strict_enforcement, callback); |
| } |