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

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

Issue 2623383005: Log states of JobController in Net MemoryDumpProvider (Closed)
Patch Set: self review 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 HttpStreamRequest* RequestBidirectionalStreamImpl( 61 HttpStreamRequest* RequestBidirectionalStreamImpl(
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 void DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
72 const std::string& parent_absolute_name) const override;
71 73
72 enum JobType { 74 enum JobType {
73 MAIN, 75 MAIN,
74 ALTERNATIVE, 76 ALTERNATIVE,
75 PRECONNECT, 77 PRECONNECT,
76 }; 78 };
77 79
78 private: 80 private:
79 FRIEND_TEST_ALL_PREFIXES(HttpStreamFactoryImplRequestTest, SetPriority); 81 FRIEND_TEST_ALL_PREFIXES(HttpStreamFactoryImplRequestTest, SetPriority);
80 FRIEND_TEST_ALL_PREFIXES(HttpStreamFactoryImplRequestTest, DelayMainJob); 82 FRIEND_TEST_ALL_PREFIXES(HttpStreamFactoryImplRequestTest, DelayMainJob);
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 SpdySessionRequestMap spdy_session_request_map_; 169 SpdySessionRequestMap spdy_session_request_map_;
168 170
169 const bool for_websockets_; 171 const bool for_websockets_;
170 172
171 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl); 173 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl);
172 }; 174 };
173 175
174 } // namespace net 176 } // namespace net
175 177
176 #endif // NET_HTTP_HTTP_STREAM_FACTORY_IMPL_H_ 178 #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