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

Unified Diff: components/network_time/network_time_tracker.h

Issue 2449193002: Attempt an on-demand time fetch when encountering a date invalid error (Closed)
Patch Set: cleanup Created 4 years, 2 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
Index: components/network_time/network_time_tracker.h
diff --git a/components/network_time/network_time_tracker.h b/components/network_time/network_time_tracker.h
index fb9aa4ef7a023f6f1d163b8884639e2a13ad7821..4e4e5a2be9758a68297dfcd70ee9f950a2dc2e50 100644
--- a/components/network_time/network_time_tracker.h
+++ b/components/network_time/network_time_tracker.h
@@ -134,6 +134,8 @@ class NetworkTimeTracker : public net::URLFetcherDelegate {
void WaitForFetchForTesting(uint32_t nonce);
+ void OverrideNonceForTesting(uint32_t nonce);
+
base::TimeDelta GetTimerDelayForTesting() const;
private:

Powered by Google App Engine
This is Rietveld 408576698