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

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: felt 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..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);
}

Powered by Google App Engine
This is Rietveld 408576698