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

Unified Diff: chrome/browser/ssl/ssl_blocking_page.h

Issue 368143002: Add a chrome://interstitials page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fixes 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/ssl/ssl_blocking_page.h
diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h
index 605115854af52bd05e0c62adbebd1dbd44160c1d..86b3480cd50533a7c6f30c20bad813db6b0b02d4 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -49,6 +49,7 @@ class SSLBlockingPage : public content::InterstitialPageDelegate,
SSLBlockingPage(
content::WebContents* web_contents,
+ bool create_interstitial,
int cert_error,
const net::SSLInfo& ssl_info,
const GURL& request_url,

Powered by Google App Engine
This is Rietveld 408576698