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

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

Issue 1317593002: Have SSLErrorHandler decide which type of interstitial to display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browser tests Created 5 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
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 122de1bec21a8ab27cd991da9490482e40c3c979..b597ac4e6e272b73b2a07835efeb9331c4b00aef 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -130,12 +130,6 @@ class SSLBlockingPage : public SecurityInterstitialPage {
scoped_ptr<CertReportHelper> cert_report_helper_;
- // Which type of interstitial this is.
- enum SSLInterstitialReason {
- SSL_REASON_SSL,
- SSL_REASON_BAD_CLOCK
- } interstitial_reason_;
-
DISALLOW_COPY_AND_ASSIGN(SSLBlockingPage);
};

Powered by Google App Engine
This is Rietveld 408576698