| 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..496a4888309125b698720b51f2ac001b7a6e5894 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() OVERRIDE;
|
| +
|
| // Used to query the HistoryService to see if the URL is in history. For UMA.
|
| void OnGotHistoryCount(HistoryService::Handle handle,
|
| bool success,
|
|
|