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

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

Issue 2524903004: Record the time when the interstitial is constructed (Closed)
Patch Set: Created 4 years, 1 month 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/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_;
« no previous file with comments | « no previous file | chrome/browser/ssl/bad_clock_blocking_page.cc » ('j') | components/certificate_reporting/cert_logger.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698