Chromium Code Reviews| Index: net/tools/quic/test_tools/quic_dispatcher_peer.cc |
| diff --git a/net/tools/quic/test_tools/quic_dispatcher_peer.cc b/net/tools/quic/test_tools/quic_dispatcher_peer.cc |
| index cd27802f512daf420bf617de80f8468616ca97e3..956399cf533eef99ef8508d2509cdd4b1890fe7d 100644 |
| --- a/net/tools/quic/test_tools/quic_dispatcher_peer.cc |
| +++ b/net/tools/quic/test_tools/quic_dispatcher_peer.cc |
| @@ -47,6 +47,13 @@ QuicConnection* QuicDispatcherPeer::CreateQuicConnection( |
| client); |
| } |
| +// static |
| +QuicDispatcher::WriteBlockedList* QuicDispatcherPeer::GetWriteBlockedList( |
| + QuicDispatcher* dispatcher) { |
| + return &dispatcher->write_blocked_list_; |
| +} |
| + |
| + |
|
wtc
2014/06/27 17:08:01
Nit: delete one blank line.
ramant (doing other things)
2014/06/27 19:18:40
Done.
|
| } // namespace test |
| } // namespace tools |
| } // namespace net |