Chromium Code Reviews
DescriptionAdjust scheduling of extension autoupdate checks
As described in more detail in the associated bug, our current strategy
doesn't work all that great for users who don't leave chrome open for
long periods of time. This CL tries to address that by changing the
function which determines when to run the first update check after
startup. In the case where our last scheduled check time has passed,
instead of waiting a random time from a few minutes up to several hours
(with some bias towards shorter values the longer it's been since a
successful check), we instead only wait 1-5 minutes.
BUG=630450
Committed: https://crrev.com/15bb0b285183bbf4960573965b18d1e37b41d6f9
Cr-Commit-Position: refs/heads/master@{#410011}
Patch Set 1 #Patch Set 2 : reword comment #
Total comments: 4
Patch Set 3 : address review feedback #Messages
Total messages: 14 (8 generated)
|