Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4441)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 368143002: Add a chrome://interstitials page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix android build Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_blocking_page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bdf325c9eeaa979e4cdc480c6b500cab6368679e..7b02bef2d16b09342be30ef75f35bbcf6e712c6b 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2019,8 +2019,8 @@ void ChromeContentBrowserClient::AllowCertificateError(
#endif
// Otherwise, display an SSL blocking page.
- new SSLBlockingPage(tab, cert_error, ssl_info, request_url, overridable,
- strict_enforcement, callback);
+ SSLBlockingPage::Show(tab, cert_error, ssl_info, request_url, overridable,
+ strict_enforcement, callback);
}
void ChromeContentBrowserClient::SelectClientCertificate(
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698