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

Unified Diff: net/quic/quic_dispatcher.h

Issue 330333006: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linus_tsan error - reverted the change to ConnectionMigrationClientPortChanged unitttest 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_crypto_server_stream.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 423afe64eb52a93acef4644982e6d439471af43e..fa20bcc2dad3638edc86e6f2c45eb26239fbdd1e 100644
--- a/net/quic/quic_dispatcher.h
+++ b/net/quic/quic_dispatcher.h
@@ -57,8 +57,7 @@ class QuicDispatcher : public QuicServerSessionVisitor {
QuicDispatcher(const QuicConfig& config,
const QuicCryptoServerConfig& crypto_config,
const QuicVersionVector& supported_versions,
- QuicConnectionHelperInterface* helper,
- uint32 initial_flow_control_window_bytes);
+ QuicConnectionHelperInterface* helper);
virtual ~QuicDispatcher();
@@ -157,10 +156,6 @@ class QuicDispatcher : public QuicServerSessionVisitor {
QuicPacketWriter* writer() { return writer_.get(); }
- uint32 initial_flow_control_window_bytes() const {
- return initial_flow_control_window_bytes_;
- }
-
private:
class QuicFramerVisitor;
friend class net::test::QuicDispatcherPeer;
@@ -227,10 +222,6 @@ class QuicDispatcher : public QuicServerSessionVisitor {
QuicFramer framer_;
scoped_ptr<QuicFramerVisitor> framer_visitor_;
- // Initial flow control window size to advertize to peer on newly created
- // connections.
- const uint32 initial_flow_control_window_bytes_;
-
DISALLOW_COPY_AND_ASSIGN(QuicDispatcher);
};
« no previous file with comments | « net/quic/quic_crypto_server_stream.cc ('k') | net/quic/quic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698