Make the simple QUIC client able to resolve hosts.
commitda78df5aee4e4ebdf62b5b2bc17056ce5db24b61
authorrch <rch@chromium.org>
Sun, 22 Mar 2015 05:16:37 +0000 (21 22:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Sun, 22 Mar 2015 05:18:06 +0000 (22 05:18 +0000)
tree327dea21c5edc423f08ffd2775f5d4efa32b44bc
parentdcfd009c7a9ecf2a13ab29ad0024bee7cfd55a04
Make the simple QUIC client able to resolve hosts.
Implement a SynchronousHostResolver for this purpose.

Committed: https://crrev.com/acfb2f91085d5291ba1c9a04dbe7aea610b13e33
Cr-Commit-Position: refs/heads/master@{#321688}

Review URL: https://codereview.chromium.org/1004173004

Cr-Commit-Position: refs/heads/master@{#321708}
net/BUILD.gn
net/net.gyp
net/tools/quic/quic_client_bin.cc
net/tools/quic/quic_simple_client_bin.cc
net/tools/quic/synchronous_host_resolver.cc [new file with mode: 0644]
net/tools/quic/synchronous_host_resolver.h [new file with mode: 0644]