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

Unified Diff: net/quic/quic_stream_factory.h

Issue 1238613004: [Merge to M45] Fix order of arguments in QuicStreamFactory constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2454
Patch Set: Created 5 years, 5 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_network_transaction_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 9a19d575b033d211e2e4d603b27a08f8a2677d8b..2e39387df4235c46cb7e40c6038a61a19792f226 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -223,6 +223,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
enable_connection_racing_ = enable_connection_racing;
}
+ int socket_receive_buffer_size() const { return socket_receive_buffer_size_; }
+
private:
class Job;
friend class test::QuicStreamFactoryPeer;
« no previous file with comments | « net/quic/quic_network_transaction_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698