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

Side by Side Diff: net/quic/test_tools/quic_test_utils.h

Issue 1408803002: relnote: Measure HOL blocking in QUIC headers stream. Flag protected by quic_measure_headers_hol_bl… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uma_for_hol_merge
Patch Set: get rid of git certs leakage Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « net/quic/reliable_quic_stream.cc ('k') | net/quic/test_tools/quic_test_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Common utilities for Quic tests 5 // Common utilities for Quic tests
6 6
7 #ifndef NET_QUIC_TEST_TOOLS_QUIC_TEST_UTILS_H_ 7 #ifndef NET_QUIC_TEST_TOOLS_QUIC_TEST_UTILS_H_
8 #define NET_QUIC_TEST_TOOLS_QUIC_TEST_UTILS_H_ 8 #define NET_QUIC_TEST_TOOLS_QUIC_TEST_UTILS_H_
9 9
10 #include <string> 10 #include <string>
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 // connection. This object will be owned by the 765 // connection. This object will be owned by the
766 // server_session. 766 // server_session.
767 // server_session: Pointer reference for the newly created server 767 // server_session: Pointer reference for the newly created server
768 // session. The new object will be owned by the caller. 768 // session. The new object will be owned by the caller.
769 void CreateServerSessionForTest(QuicServerId server_id, 769 void CreateServerSessionForTest(QuicServerId server_id,
770 QuicTime::Delta connection_start_time, 770 QuicTime::Delta connection_start_time,
771 QuicCryptoServerConfig* crypto_server_config, 771 QuicCryptoServerConfig* crypto_server_config,
772 PacketSavingConnection** server_connection, 772 PacketSavingConnection** server_connection,
773 TestQuicSpdyServerSession** server_session); 773 TestQuicSpdyServerSession** server_session);
774 774
775 // Helper to generate client side stream ids, generalizes
776 // kClientDataStreamId1 etc. above.
777 QuicStreamId QuicClientDataStreamId(int i);
778
775 } // namespace test 779 } // namespace test
776 } // namespace net 780 } // namespace net
777 781
778 #endif // NET_QUIC_TEST_TOOLS_QUIC_TEST_UTILS_H_ 782 #endif // NET_QUIC_TEST_TOOLS_QUIC_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « net/quic/reliable_quic_stream.cc ('k') | net/quic/test_tools/quic_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698