Chromium Code Reviews
DescriptionReconcile the request queue on startup.
If Chromium dies while an offline request is active, when we start back
up, the request will be in the "OFFLINING" state in the request queue.
However, unless it is in the AVAILABLE state, it will not be a candidate
for either cleanup or re-starting. So, this change adds a fix when
the request coordinator first starts for every run changes requests
left in the OFFLINING state to the AVAILABLE state.
BUG=670343
Committed: https://crrev.com/18352e92d55f65f7bc986a535f797f5e5e52b69f
Cr-Commit-Position: refs/heads/master@{#439190}
Patch Set 1 #
Total comments: 38
Patch Set 2 : CR feedback from DougArnett and FGorski #
Total comments: 2
Patch Set 3 : Comment change #Patch Set 4 : compile fix #Messages
Total messages: 25 (11 generated)
|