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

Unified Diff: components/certificate_reporting/cert_logger.proto

Issue 2632533002: Add retry information to certificate reports. (Closed)
Patch Set: Enums Created 3 years, 11 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: components/certificate_reporting/cert_logger.proto
diff --git a/components/certificate_reporting/cert_logger.proto b/components/certificate_reporting/cert_logger.proto
index 452ec03c22cfe54ae4a1481fc2b81ad452b5250d..e049841408afec43bdedcd97b1fa2da8dc23edb9 100644
--- a/components/certificate_reporting/cert_logger.proto
+++ b/components/certificate_reporting/cert_logger.proto
@@ -126,4 +126,8 @@ message CertLoggerRequest {
// Information about features that were enabled or disabled for the
// user that might affect certificate validation.
optional CertLoggerFeaturesInfo features_info = 10;
+
+ // False when the report is attempted to be uploaded for the first time. True
+ // in all other uploads.
+ optional bool is_retry_upload = 11;
};

Powered by Google App Engine
This is Rietveld 408576698