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

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

Issue 359653003: Simplify the QuicDispatcher::OnCanWrite logic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: net/tools/quic/test_tools/quic_dispatcher_peer.h
diff --git a/net/tools/quic/test_tools/quic_dispatcher_peer.h b/net/tools/quic/test_tools/quic_dispatcher_peer.h
index 45125c251d2284110e26a6aa3a686ef295a574b1..1d614d3e0221711adebfefea9d9e5a079d257427 100644
--- a/net/tools/quic/test_tools/quic_dispatcher_peer.h
+++ b/net/tools/quic/test_tools/quic_dispatcher_peer.h
@@ -36,6 +36,9 @@ class QuicDispatcherPeer {
const IPEndPoint& server,
const IPEndPoint& client);
+ static QuicDispatcher::WriteBlockedList* GetWriteBlockedList(
wtc 2014/06/27 17:08:01 We can further lock down insertions to QuicDispatc
ramant (doing other things) 2014/06/27 19:18:40 Acknowledged.
+ QuicDispatcher* dispatcher);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicDispatcherPeer);
};

Powered by Google App Engine
This is Rietveld 408576698