| 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..e296043db1659551c3256e60f4141a09c2d0e9ee 100644
|
| --- a/components/network_time/network_time_tracker.h
|
| +++ b/components/network_time/network_time_tracker.h
|
| @@ -130,10 +130,14 @@ class NetworkTimeTracker : public net::URLFetcherDelegate {
|
|
|
| void SetTimeServerURLForTesting(const GURL& url);
|
|
|
| + GURL GetTimeServerURLForTesting() const;
|
| +
|
| bool QueryTimeServiceForTesting();
|
|
|
| void WaitForFetchForTesting(uint32_t nonce);
|
|
|
| + void OverrideNonceForTesting(uint32_t nonce);
|
| +
|
| base::TimeDelta GetTimerDelayForTesting() const;
|
|
|
| private:
|
|
|