| Index: components/security_interstitials/core/bad_clock_ui.h
|
| diff --git a/components/security_interstitials/core/bad_clock_ui.h b/components/security_interstitials/core/bad_clock_ui.h
|
| index 2ec5c6323e15c897a8d5a7923f669921bf293721..f780d233f2e6af5a89a517b8475b45e133a25cd7 100644
|
| --- a/components/security_interstitials/core/bad_clock_ui.h
|
| +++ b/components/security_interstitials/core/bad_clock_ui.h
|
| @@ -23,6 +23,7 @@ class BadClockUI {
|
| int cert_error, // Should correspond to a NET_ERROR
|
| const net::SSLInfo& ssl_info,
|
| const base::Time& time_triggered, // Time the error was triggered
|
| + ssl_errors::ClockState clock_state,
|
| const std::string& languages,
|
| ControllerClient* controller_);
|
| ~BadClockUI();
|
| @@ -39,6 +40,7 @@ class BadClockUI {
|
| const base::Time time_triggered_;
|
| const std::string languages_;
|
| ControllerClient* controller_;
|
| + ssl_errors::ClockState clock_state_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BadClockUI);
|
| };
|
|
|