Revert "[Merging to M67] Stop resetting 10 sec timeout in FetchParameters::MakeSynchronous()"

This reverts commit e11497bc51059c4c1b2ebf0cd4537ef8e1d20972.

The original CL was intended to fix the 10 second default timeout issue (crbug.com/844268).
But this CL introduced 100% CPU usage issue by using OneShotTimer with INT_MAX (crbug.com/848210).

So this CL reverts e11497bc51059c4c1b2ebf0cd4537ef8e1d20972, using a large timeout (1 day) to mitigate the timeout issue (crbug.com/844268).

Bug: 848210, 844268
Change-Id: Iccd4a7a9b416e11aca354c658d2e6c9bfc530db4
Reviewed-on: https://chromium-review.googlesource.com/1081777
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/branch-heads/3396@{#727}
Cr-Branched-From: 9ef2aa869bc7bc0c089e255d698cca6e47d6b038-refs/heads/master@{#550428}
1 file changed