Commit 3299f75f authored by Wez's avatar Wez Committed by Commit Bot

Fix URLFetcherTest.SequencedTaskTest to run things on the Sequence.

This test previously used the WaitingURLFetcherDelegate helper's APIs
to run a RunLoop on the main thread, and wait for it to be quit by a
fetch completing on the Sequence. However, this violated the constraint
that the RunLoop may only be created, run and destroyed from the same
thread.

Bug: 729716
Change-Id: I4b699d17da7888527ef8d22f8e73a7f91236ef23
Reviewed-on: https://chromium-review.googlesource.com/1056265
Commit-Queue: Wez <wez@chromium.org>
Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558344}
parent 30dd04d5
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment