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

Unified Diff: components/security_interstitials/core/bad_clock_ui.h

Issue 1772143002: Use network time for bad clock interstitial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pass "gn check out/Default" Created 4 years, 9 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
« no previous file with comments | « components/BUILD.gn ('k') | components/security_interstitials/core/bad_clock_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « components/BUILD.gn ('k') | components/security_interstitials/core/bad_clock_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698