Chromium Code Reviews| Index: chrome/browser/ssl/bad_clock_blocking_page.h |
| diff --git a/chrome/browser/ssl/bad_clock_blocking_page.h b/chrome/browser/ssl/bad_clock_blocking_page.h |
| index 23a002b3fc29d58faf0d4c2b045c15051fda97ed..60c3d0e3dc4cf9fa47d3f8c5f8c418e627ab3dc0 100644 |
| --- a/chrome/browser/ssl/bad_clock_blocking_page.h |
| +++ b/chrome/browser/ssl/bad_clock_blocking_page.h |
| @@ -71,7 +71,6 @@ class BadClockBlockingPage : public SecurityInterstitialPage { |
| base::Callback<void(content::CertificateRequestResultType)> callback_; |
| const net::SSLInfo ssl_info_; |
| - const base::Time time_triggered_; |
|
estark
2016/11/23 21:41:17
This was unused AFAICT so I cleaned it up as a dri
meacer
2016/11/23 23:27:48
Looks like we should also get rid of ssl_info_ and
estark
2016/11/24 00:00:16
Acknowledged.
|
| const std::unique_ptr<ChromeControllerClient> controller_; |
| const std::unique_ptr<CertReportHelper> cert_report_helper_; |