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

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

Issue 2619403002: TEMP DO NOT REVIEW
Patch Set: Created 3 years, 11 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.h ('k') | net/http/http_stream_factory_impl.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 #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>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 const HttpRequestInfo& info, 62 const HttpRequestInfo& info,
63 RequestPriority priority, 63 RequestPriority priority,
64 const SSLConfig& server_ssl_config, 64 const SSLConfig& server_ssl_config,
65 const SSLConfig& proxy_ssl_config, 65 const SSLConfig& proxy_ssl_config,
66 HttpStreamRequest::Delegate* delegate, 66 HttpStreamRequest::Delegate* delegate,
67 const NetLogWithSource& net_log) override; 67 const NetLogWithSource& net_log) override;
68 68
69 void PreconnectStreams(int num_streams, const HttpRequestInfo& info) override; 69 void PreconnectStreams(int num_streams, const HttpRequestInfo& info) override;
70 const HostMappingRules* GetHostMappingRules() const override; 70 const HostMappingRules* GetHostMappingRules() const override;
71 71
72 void DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
73 const std::string& parent_absolute_name) const override;
74
72 enum JobType { 75 enum JobType {
73 MAIN, 76 MAIN,
74 ALTERNATIVE, 77 ALTERNATIVE,
75 PRECONNECT, 78 PRECONNECT,
76 }; 79 };
77 80
78 private: 81 private:
79 FRIEND_TEST_ALL_PREFIXES(HttpStreamFactoryImplRequestTest, SetPriority); 82 FRIEND_TEST_ALL_PREFIXES(HttpStreamFactoryImplRequestTest, SetPriority);
80 FRIEND_TEST_ALL_PREFIXES(HttpStreamFactoryImplRequestTest, DelayMainJob); 83 FRIEND_TEST_ALL_PREFIXES(HttpStreamFactoryImplRequestTest, DelayMainJob);
81 84
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 SpdySessionRequestMap spdy_session_request_map_; 170 SpdySessionRequestMap spdy_session_request_map_;
168 171
169 const bool for_websockets_; 172 const bool for_websockets_;
170 173
171 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl); 174 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl);
172 }; 175 };
173 176
174 } // namespace net 177 } // namespace net
175 178
176 #endif // NET_HTTP_HTTP_STREAM_FACTORY_IMPL_H_ 179 #endif // NET_HTTP_HTTP_STREAM_FACTORY_IMPL_H_
OLDNEW
« no previous file with comments | « net/http/http_stream_factory.h ('k') | net/http/http_stream_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698