Move PublicIpAddressGeolocationProvider to main device service thread
This class has been updated to use network::SimpleURLLoader and so no longer needs to run on the IO thread in order to access a URLRequestContextGetter. It is now incorrect to run on the IO thread because as long as the device service is hosted in the browser process it is using a SharedURLLoaderFactory that can only be accessed from the UI thread. Bug: 875283 Change-Id: I68181566aeb50dc460a32acc6afc58a9054f46a6 Reviewed-on: https://chromium-review.googlesource.com/1183969Reviewed-by:Ken Rockot <rockot@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#585063}
Showing
Please register or sign in to comment