| 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:
|
|
|