Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: net/tools/quic/test_tools/quic_test_client.h

Issue 2409933002: Enable Expect: 100-continue tests for Autobahn. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/tools/quic/test_tools/quic_test_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/quic_test_client.h
diff --git a/net/tools/quic/test_tools/quic_test_client.h b/net/tools/quic/test_tools/quic_test_client.h
index 3e52fc956dbb563013a2bac69f41e17a31e70305..12b804bfa9299fc494b63698495f5541d3690cc3 100644
--- a/net/tools/quic/test_tools/quic_test_client.h
+++ b/net/tools/quic/test_tools/quic_test_client.h
@@ -140,7 +140,7 @@ class QuicTestClient : public test::SimpleClient,
void Disconnect() override;
IPEndPoint local_address() const override;
void ClearPerRequestState() override;
- void WaitUntil(int timeout_ms, std::function<bool()> trigger) override;
+ bool WaitUntil(int timeout_ms, std::function<bool()> trigger) override;
ssize_t Send(const void* buffer, size_t size) override;
bool response_complete() const override;
bool response_headers_complete() const override;
« no previous file with comments | « no previous file | net/tools/quic/test_tools/quic_test_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698