DescriptionRevert of [Cronet] Avoid crashing when CronetEngines are created on multiple threads (patchset #2 id:20001 of https://codereview.chromium.org/1926683003/ )
Reason for revert:
CronetUrlRequestContextTest#testSkipLibraryLoading fails on public cronet bots:
http://crbug.com/607464
Original issue's description:
> [Cronet] Avoid crashing when CronetEngines are created on multiple threads
>
> Creating a CronetEngine on one thread calls
> CronetLibraryLoader.ensureInitialized() which posts to the main thread, but
> if a CronetEngine is created immediately after this on the main thread without
> first returning to the message loop, that initialization won't have happened
> and the initialization of the CronetEngine being created on the main thread
> could crash when it tries to get the current native MessageLoop.
>
> BUG=607178
TBR=mef@chromium.org,kapishnikov@chromium.org,pauljensen@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=607178
Committed: https://crrev.com/53d985cf3f606aa5fb0e157654da21c4691d6fb8
Cr-Commit-Position: refs/heads/master@{#390341}
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|