Chromium Code Reviews
DescriptionCurrently, the temporary directory name is generated by rand(), which was seeded with the number of seconds since Epoch. This was flaky when many directories were generated within a second, such as within a unit test.
This fix changes it to use base::rand_util.
BUG=NONE
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206796
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 9 (0 generated)
|