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

Unified Diff: components/certificate_reporting/error_report.h

Issue 2448943004: Add experimental feature info to certificate reports (Closed)
Patch Set: battre comment 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: components/certificate_reporting/error_report.h
diff --git a/components/certificate_reporting/error_report.h b/components/certificate_reporting/error_report.h
index 0200dcd4304be9f3230a80a0e4d327c02f46f02d..214fb7eb99bb30320399e0a4085285fed2835a2d 100644
--- a/components/certificate_reporting/error_report.h
+++ b/components/certificate_reporting/error_report.h
@@ -8,6 +8,9 @@
#include <memory>
#include <string>
+namespace network_time {
+class NetworkTimeTracker;
+} // namespace network_time
namespace net {
class SSLInfo;
@@ -61,6 +64,9 @@ class ErrorReport {
const ProceedDecision& proceed_decision,
const Overridable& overridable);
+ void AddNetworkTimeInfo(
+ const network_time::NetworkTimeTracker* network_time_tracker);
+
// Gets the hostname to which this report corresponds.
const std::string& hostname() const;
« no previous file with comments | « components/certificate_reporting/cert_logger.proto ('k') | components/certificate_reporting/error_report.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698