DescriptionUse TaskRunner passed in to URLRequestContextBuilder only for the cache
It used to be used for file URLs and TransportSecurityStatePersister as
well, but this CL moves those over to using the task scheduler. Can't
just always use that for the cache as well due to the cache needing a
SingleThreadTaskRunner, and getting one of those from the task scheduler
is a bit more resource intensive.
BUG=734199
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester
Review-Url: https://codereview.chromium.org/2977693003
Cr-Commit-Position: refs/heads/master@{#485919}
Committed: https://chromium.googlesource.com/chromium/src/+/5f72b7fbfd9626c67decee2bfff2f6c26d6d85af
Patch Set 1 #Patch Set 2 : Merge #Patch Set 3 : merge... #Patch Set 4 : Actually, don't need to set the thread everywhere #
Dependent Patchsets: Messages
Total messages: 35 (23 generated)
|