commit | 3e32f30e87ac59351c01af0ec7d1e972298d3b29 | [log] [tgz] |
---|---|---|
author | gunsch <gunsch@chromium.org> | Tue Apr 21 19:12:02 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Apr 21 19:12:13 2015 |
tree | 77a16447be2b59b239817db101eed9cdaed07181 | |
parent | 02ab1e3b2b9e29efa0e8ceab37e5262fda51ef37 [diff] |
Chromecast startup race: don't add filter before HostResolver exists. HostResolver is on the I/O thread, which doesn't always have a chance to run before filters are added. Get HostResolver from the I/O thread. R=lcwu@chromium.org,byungchul@chromium.org BUG=None, but the internal builders are failing Review URL: https://codereview.chromium.org/1081673004 Cr-Commit-Position: refs/heads/master@{#326092}