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 e5fb786f1ec65874f69c74ae04bb465cd8da7c46..8f1174a9b5706c0d8437610156578e2866eaf731 100644 |
--- a/chrome/browser/ssl/ssl_blocking_page.h |
+++ b/chrome/browser/ssl/ssl_blocking_page.h |
@@ -66,6 +66,9 @@ class SSLBlockingPage : public content::InterstitialPageDelegate, |
void NotifyDenyCertificate(); |
void NotifyAllowCertificate(); |
+ // Implements the new interstitial. |
+ std::string GetHTMLContentsV2(); |
+ |
// Used to query the HistoryService to see if the URL is in history. For UMA. |
void OnGotHistoryCount(HistoryService::Handle handle, |
bool success, |