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

Side by Side Diff: net/spdy/spdy_test_util_common.h

Issue 1817583002: Process Alternative Service headers in net::BidirectionalStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@toggle2
Patch Set: Address comments and rebased Created 4 years, 9 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/http/http_stream_factory.cc ('k') | net/spdy/spdy_test_util_common.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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 #ifndef NET_SPDY_SPDY_TEST_UTIL_COMMON_H_ 5 #ifndef NET_SPDY_SPDY_TEST_UTIL_COMMON_H_
6 #define NET_SPDY_SPDY_TEST_UTIL_COMMON_H_ 6 #define NET_SPDY_SPDY_TEST_UTIL_COMMON_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 scoped_ptr<ProxyService> proxy_service; 191 scoped_ptr<ProxyService> proxy_service;
192 scoped_refptr<SSLConfigService> ssl_config_service; 192 scoped_refptr<SSLConfigService> ssl_config_service;
193 scoped_ptr<MockClientSocketFactory> socket_factory; 193 scoped_ptr<MockClientSocketFactory> socket_factory;
194 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory; 194 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
195 HttpServerPropertiesImpl http_server_properties; 195 HttpServerPropertiesImpl http_server_properties;
196 bool enable_ip_pooling; 196 bool enable_ip_pooling;
197 bool enable_ping; 197 bool enable_ping;
198 bool enable_user_alternate_protocol_ports; 198 bool enable_user_alternate_protocol_ports;
199 bool enable_npn; 199 bool enable_npn;
200 bool enable_priority_dependencies; 200 bool enable_priority_dependencies;
201 bool enable_quic;
201 NextProto protocol; 202 NextProto protocol;
202 size_t session_max_recv_window_size; 203 size_t session_max_recv_window_size;
203 size_t stream_max_recv_window_size; 204 size_t stream_max_recv_window_size;
204 SpdySession::TimeFunc time_func; 205 SpdySession::TimeFunc time_func;
205 scoped_ptr<ProxyDelegate> proxy_delegate; 206 scoped_ptr<ProxyDelegate> proxy_delegate;
206 bool parse_alternative_services; 207 bool parse_alternative_services;
207 bool enable_alternative_service_with_different_host; 208 bool enable_alternative_service_with_different_host;
208 NetLog* net_log; 209 NetLog* net_log;
209 }; 210 };
210 211
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 GURL default_url_; 551 GURL default_url_;
551 bool dependency_priorities_; 552 bool dependency_priorities_;
552 553
553 // Track a FIFO list of the stream_id of all created requests by priority. 554 // Track a FIFO list of the stream_id of all created requests by priority.
554 std::map<int, std::vector<int>> priority_to_stream_id_list_; 555 std::map<int, std::vector<int>> priority_to_stream_id_list_;
555 }; 556 };
556 557
557 } // namespace net 558 } // namespace net
558 559
559 #endif // NET_SPDY_SPDY_TEST_UTIL_COMMON_H_ 560 #endif // NET_SPDY_SPDY_TEST_UTIL_COMMON_H_
OLDNEW
« no previous file with comments | « net/http/http_stream_factory.cc ('k') | net/spdy/spdy_test_util_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698