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

Unified Diff: net/http/http_network_session.h

Issue 2414883005: TEMP DO NOT LAND (Closed)
Patch Set: tmp Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 333c2717b74c8de7362d3d305ce7e50196a54c1b..c32300dee895680bb212ac31d5df9fe09116cea8 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -31,8 +31,12 @@
#include "net/spdy/spdy_session_pool.h"
#include "net/ssl/ssl_client_auth_cache.h"
+
namespace base {
class Value;
+namespace trace_event {
+class MemoryAllocatorDump;
+}
}
namespace net {
@@ -279,6 +283,8 @@ class NET_EXPORT HttpNetworkSession
SSLConfig* server_config,
SSLConfig* proxy_config) const;
+ void PopulateAllocatorDump(base::trace_event::MemoryAllocatorDump* dump) const ;
+
private:
friend class HttpNetworkSessionPeer;
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698