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

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

Issue 2403193003: Landing Recent QUIC changes until 9:41 AM, Oct 10, 2016 UTC-7 (Closed)
Patch Set: git cl format 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 | « net/tools/quic/test_tools/quic_test_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/simple_client.h
diff --git a/net/tools/quic/test_tools/simple_client.h b/net/tools/quic/test_tools/simple_client.h
index 68b5c897d51ccb5a2290bac7afa42cf039d4e5f4..420121549f6ab925716747501f1f1cef360a6bf0 100644
--- a/net/tools/quic/test_tools/simple_client.h
+++ b/net/tools/quic/test_tools/simple_client.h
@@ -61,7 +61,7 @@ class SimpleClient {
// expires. -1 for no timeout.
virtual void WaitForInitialResponseForMs(int timeout_ms);
- virtual void WaitUntil(int timeout_ms, std::function<bool()> trigger) = 0;
+ virtual bool WaitUntil(int timeout_ms, std::function<bool()> trigger) = 0;
// Clears any outstanding state from the last request.
virtual void ClearPerRequestState() = 0;
« no previous file with comments | « net/tools/quic/test_tools/quic_test_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698