| 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);
|
| };
|
|
|
|
|