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

Unified Diff: components/certificate_reporting/error_report.h

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
Index: components/certificate_reporting/error_report.h
diff --git a/components/certificate_reporting/error_report.h b/components/certificate_reporting/error_report.h
index 214fb7eb99bb30320399e0a4085285fed2835a2d..92ce5a50fc050f2ac2f759bacd81ef9e8877d437 100644
--- a/components/certificate_reporting/error_report.h
+++ b/components/certificate_reporting/error_report.h
@@ -8,6 +8,10 @@
#include <memory>
#include <string>
+namespace base {
+class Time;
+} // namespace base
+
namespace network_time {
class NetworkTimeTracker;
} // namespace network_time
@@ -62,7 +66,8 @@ class ErrorReport {
void SetInterstitialInfo(const InterstitialReason& interstitial_reason,
const ProceedDecision& proceed_decision,
- const Overridable& overridable);
+ const Overridable& overridable,
+ const base::Time& interstitial_time);
void AddNetworkTimeInfo(
const network_time::NetworkTimeTracker* network_time_tracker);
« 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