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

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

Issue 437113002: Delete the old SSL interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing IDS_FLAGS_SSL_INTERSTITIAL strings Created 6 years, 4 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/ssl_errors_common.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 f9782cd65c3433ab2474f7a11b8e0e15928666d7..79b28e532092bd3d1ce1c18100702cc18ae95bf1 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -79,11 +79,6 @@ class SSLBlockingPage : public content::InterstitialPageDelegate,
void NotifyDenyCertificate();
void NotifyAllowCertificate();
- // These fetch the appropriate HTML page, depending on the
- // SSLInterstitialVersion Finch trial.
- std::string GetHTMLContentsV1();
- std::string GetHTMLContentsV2();
-
// Used to query the HistoryService to see if the URL is in history. For UMA.
void OnGotHistoryCount(bool success, int num_visits, base::Time first_visit);
@@ -119,9 +114,6 @@ class SSLBlockingPage : public content::InterstitialPageDelegate,
// Was a captive portal detected?
bool captive_portal_detected_;
- // For the FieldTrial: this contains the name of the condition.
- std::string trial_condition_;
-
content::NotificationRegistrar registrar_;
DISALLOW_COPY_AND_ASSIGN(SSLBlockingPage);
« no previous file with comments | « chrome/browser/resources/ssl/ssl_errors_common.js ('k') | chrome/browser/ssl/ssl_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698