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

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

Issue 294343004: New SSL interstitial (behind Finch flag) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed spurious OVERRIDE Created 6 years, 7 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
« no previous file with comments | « chrome/browser/resources/ssl/overridable_v2.js ('k') | chrome/browser/ssl/ssl_blocking_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/resources/ssl/overridable_v2.js ('k') | chrome/browser/ssl/ssl_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698