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

Side by Side Diff: net/http/http_stream_factory_impl.h

Issue 1901533002: Implementation of network level throttler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Destroy transaction before session in QuicUploadWriteError. Created 4 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/http/http_network_transaction_unittest.cc ('k') | net/log/net_log_event_type_list.h » ('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 #ifndef NET_HTTP_HTTP_STREAM_FACTORY_IMPL_H_ 5 #ifndef NET_HTTP_HTTP_STREAM_FACTORY_IMPL_H_
6 #define NET_HTTP_HTTP_STREAM_FACTORY_IMPL_H_ 6 #define NET_HTTP_HTTP_STREAM_FACTORY_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <map> 10 #include <map>
11 #include <set> 11 #include <set>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/gtest_prod_util.h" 14 #include "base/gtest_prod_util.h"
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "base/memory/ref_counted.h" 16 #include "base/memory/ref_counted.h"
17 #include "net/base/host_port_pair.h" 17 #include "net/base/host_port_pair.h"
18 #include "net/base/net_export.h" 18 #include "net/base/net_export.h"
19 #include "net/base/request_priority.h"
19 #include "net/http/http_stream_factory.h" 20 #include "net/http/http_stream_factory.h"
20 #include "net/proxy/proxy_server.h" 21 #include "net/proxy/proxy_server.h"
21 #include "net/socket/ssl_client_socket.h" 22 #include "net/socket/ssl_client_socket.h"
22 #include "net/spdy/spdy_session_key.h" 23 #include "net/spdy/spdy_session_key.h"
23 24
24 namespace net { 25 namespace net {
25 26
26 class HttpNetworkSession; 27 class HttpNetworkSession;
27 class SpdySession; 28 class SpdySession;
28 class NetLogWithSource; 29 class NetLogWithSource;
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 148
148 SpdySessionRequestMap spdy_session_request_map_; 149 SpdySessionRequestMap spdy_session_request_map_;
149 150
150 const bool for_websockets_; 151 const bool for_websockets_;
151 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl); 152 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl);
152 }; 153 };
153 154
154 } // namespace net 155 } // namespace net
155 156
156 #endif // NET_HTTP_HTTP_STREAM_FACTORY_IMPL_H_ 157 #endif // NET_HTTP_HTTP_STREAM_FACTORY_IMPL_H_
OLDNEW
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/log/net_log_event_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698