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

Unified Diff: net/quic/core/quic_config.h

Issue 2825773002: Deprecate FLAGS_quic_reloadable_flag_quic_no_socket_receive_buffer. (Closed)
Patch Set: Created 3 years, 8 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/chromium/quic_stream_factory.cc ('k') | net/quic/core/quic_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_config.h
diff --git a/net/quic/core/quic_config.h b/net/quic/core/quic_config.h
index c1d7a89c4a53b1c93fae90099411d4cc76209874..7737689d1de9cb95dcfb7befc2f6d8e89fa39582 100644
--- a/net/quic/core/quic_config.h
+++ b/net/quic/core/quic_config.h
@@ -344,13 +344,6 @@ class QUIC_EXPORT_PRIVATE QuicConfig {
uint32_t ReceivedInitialSessionFlowControlWindowBytes() const;
- // Sets socket receive buffer to transmit to the peer.
- void SetSocketReceiveBufferToSend(uint32_t window_bytes);
-
- bool HasReceivedSocketReceiveBuffer() const;
-
- uint32_t ReceivedSocketReceiveBuffer() const;
-
void SetDisableConnectionMigration();
bool DisableConnectionMigration() const;
@@ -435,9 +428,6 @@ class QUIC_EXPORT_PRIVATE QuicConfig {
// Whether support HTTP/2 SETTINGS_MAX_HEADER_LIST_SIZE SETTINGS frame.
QuicFixedUint32 support_max_header_list_size_;
-
- // Latched copy of FLAGS_quic_reloadable_flag_quic_no_socket_receive_buffer
- bool latched_no_socket_receive_buffer_;
};
} // namespace net
« no previous file with comments | « net/quic/chromium/quic_stream_factory.cc ('k') | net/quic/core/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698