| 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);
|
|
|