Chromium Code Reviews
DescriptionAllow TimeTicks for serialized page load operations to be equal.
This CL fixes an issue seen on the GCE bots whereby the result of two
base::TimeTicks::Now() calls can return the same value even if
separated by several instructions, due to the clock on GCE being
less fine grained.
Previously a time_to_commit of zero meant that the transaction had
not been committed successfully, now this information is carried in
a separate bool and checked independently.
BUG=596367
Patch Set 1 #
Total comments: 4
Patch Set 2 : code review changes #
Total comments: 6
Patch Set 3 : code review changes part deux #Patch Set 4 : add param #Messages
Total messages: 13 (2 generated)
|