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

Unified Diff: net/quic/quic_dispatcher.h

Issue 355573007: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added NET_EXPORT_PRIVATE for ContainsQuicTag 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_data_stream_test.cc ('k') | net/quic/quic_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_dispatcher.h
diff --git a/net/quic/quic_dispatcher.h b/net/quic/quic_dispatcher.h
index 5e15ade77fe093da999a7ee666d806ba81f18900..e7a5e950133917d183a5132acee991adf2b5241f 100644
--- a/net/quic/quic_dispatcher.h
+++ b/net/quic/quic_dispatcher.h
@@ -95,7 +95,8 @@ class QuicDispatcher : public QuicBlockedWriterInterface,
QuicErrorCode error) OVERRIDE;
// Queues the blocked writer for later resumption.
- virtual void OnWriteBlocked(QuicBlockedWriterInterface* writer) OVERRIDE;
+ virtual void OnWriteBlocked(
+ QuicBlockedWriterInterface* blocked_writer) OVERRIDE;
typedef base::hash_map<QuicConnectionId, QuicSession*> SessionMap;
@@ -104,8 +105,6 @@ class QuicDispatcher : public QuicBlockedWriterInterface,
const SessionMap& session_map() const { return session_map_; }
- WriteBlockedList* write_blocked_list() { return &write_blocked_list_; }
-
protected:
virtual QuicSession* CreateQuicSession(QuicConnectionId connection_id,
const IPEndPoint& server_address,
« no previous file with comments | « net/quic/quic_data_stream_test.cc ('k') | net/quic/quic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698