DescriptionReplace RunLoop with WaitableEvent in ConditionalCacheDeletionHelperBrowserTest
...to synchronize the UI and IO threads. WaitableEvent correctly handles
the situation where the waited IO thread tasks finishes first (i.e. Signal()
is called first, Wait() later) which was not the case in the previous
implementation with RunLoop().
BUG=651505
Committed: https://crrev.com/5263a0fd408925936e119912e6a7c318413861d9
Cr-Commit-Position: refs/heads/master@{#424136}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|