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

Unified Diff: components/certificate_reporting/cert_logger.proto

Issue 2575233003: Record the time when the interstitial is constructed (Closed)
Patch Set: Created 4 years 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/ssl/ssl_blocking_page.cc ('k') | components/certificate_reporting/error_report.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/certificate_reporting/cert_logger.proto
diff --git a/components/certificate_reporting/cert_logger.proto b/components/certificate_reporting/cert_logger.proto
index 644ba99e8462c3bfa007ba85573c1941185ce8a4..452ec03c22cfe54ae4a1481fc2b81ad452b5250d 100644
--- a/components/certificate_reporting/cert_logger.proto
+++ b/components/certificate_reporting/cert_logger.proto
@@ -42,6 +42,9 @@ message CertLoggerInterstitialInfo {
optional bool user_proceeded = 2;
// True if the user was shown an option to click through
optional bool overridable = 3;
+ // The time (in usec since the Windows epoch) when the client created the
+ // interstitial.
+ optional int64 interstitial_created_time_usec = 4;
}
// Contains information about features that are enabled/disabled that
@@ -73,8 +76,7 @@ message CertLoggerRequest {
// The certificate chain as a series of PEM-encoded certificates, including
// intermediates but not necessarily the root.
required string cert_chain = 2;
- // The time (in usec since the epoch) when the client attempted to access the
- // site generating the pinning error.
+ // The time (in usec since the epoch) when the client generated the report.
required int64 time_usec = 3;
// public_key_hash contains the string forms of the hashes calculated for
// the chain. (I.e. "sha1/<base64 data>".)
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.cc ('k') | components/certificate_reporting/error_report.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698