Fix SSLPKPBrowserTest.SendPKPReport/SendPKPReportServerHangs.
In https://chromium-review.googlesource.com/c/chromium/src/+/1794305, I deleted the in-process NetworkService path, assuming that the NetworkServiceTest interface would work with an in-process NetworkService, and that we weren't running in that configuration anyways. I was wrong on both counts. This CL brings back the old behavior, adding a comment that it's not threadsafe, since it's running code on the IO thread, which should be run on the NetworkService's thread. Bug: 1007610 Change-Id: I5ccb029d0c3590d42fa22a35be019eea767ffc8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825565 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#700877}
Showing
Please register or sign in to comment