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

Unified Diff: net/tools/quic/quic_client.h

Issue 352253002: Added ProcessPacketInterface interface and QuicDispatcher is derived (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
« no previous file with comments | « net/quic/quic_dispatcher.h ('k') | net/tools/quic/quic_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_client.h
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
index 13aff636ada902781c061467be435ea925d9f04f..de72e4c393408ee6b9960e5ba4671f4de69a0832 100644
--- a/net/tools/quic/quic_client.h
+++ b/net/tools/quic/quic_client.h
@@ -135,8 +135,6 @@ class QuicClient : public EpollCallbackInterface,
const IPEndPoint& client_address() const { return client_address_; }
- EpollServer* epoll_server() { return epoll_server_; }
-
int fd() { return fd_; }
const QuicServerId& server_id() const { return server_id_; }
@@ -184,6 +182,8 @@ class QuicClient : public EpollCallbackInterface,
IPEndPoint* server_address,
IPAddressNumber* client_ip);
+ EpollServer* epoll_server() { return epoll_server_; }
+
private:
friend class net::tools::test::QuicClientPeer;
« no previous file with comments | « net/quic/quic_dispatcher.h ('k') | net/tools/quic/quic_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698