diff options
author | jackhou <jackhou@chromium.org> | 2015-03-18 23:17:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-19 06:18:31 +0000 |
commit | 9e077bba7eaedc5485b5e67ba1188ff9b1145108 (patch) | |
tree | 27a1ebfd066acad49ccdb4398ca9728785edd4de /net/tools/quic/quic_client.h | |
parent | 04730a11c0a58a338bccc006c5cdbccc2607185e (diff) | |
download | chromium_src-9e077bba7eaedc5485b5e67ba1188ff9b1145108.zip chromium_src-9e077bba7eaedc5485b5e67ba1188ff9b1145108.tar.gz chromium_src-9e077bba7eaedc5485b5e67ba1188ff9b1145108.tar.bz2 |
Revert of Add a chromium based simple QUIC client. (patchset #10 id:180001 of https://codereview.chromium.org/995423003/)
Reason for revert:
Failed compile on IOS:
http://build.chromium.org/p/chromium.mac/builders/iOS_Device/builds/273
http://build.chromium.org/p/chromium.mac/builders/iOS_Simulator_%28dbg%29/builds/24069
Original issue's description:
> Add a chromium based simple QUIC client.
>
> Committed: https://crrev.com/04730a11c0a58a338bccc006c5cdbccc2607185e
> Cr-Commit-Position: refs/heads/master@{#321303}
TBR=rtenneti@chromium.org,rch@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/1015353003
Cr-Commit-Position: refs/heads/master@{#321304}
Diffstat (limited to 'net/tools/quic/quic_client.h')
-rw-r--r-- | net/tools/quic/quic_client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h index 9786964..38becd8 100644 --- a/net/tools/quic/quic_client.h +++ b/net/tools/quic/quic_client.h @@ -97,8 +97,8 @@ class QuicClient : public EpollCallbackInterface, // Sends a request simple GET for each URL in |args|, and then waits for // each to complete. - void SendRequestsAndWaitForResponse( - const std::vector<std::string>& url_list); + void SendRequestsAndWaitForResponse(const + base::CommandLine::StringVector& args); // Returns a newly created QuicSpdyClientStream, owned by the // QuicClient. |