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

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: bauerb comments 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
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..ed9a4ce4ffd9779a95eb0472309182b7da537a0b 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2005,8 +2005,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') | chrome/browser/ssl/ssl_blocking_page.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698