Index: net/http/http_network_session.h |
=================================================================== |
--- net/http/http_network_session.h (revision 70619) |
+++ net/http/http_network_session.h (working copy) |
@@ -130,6 +130,10 @@ |
return &http_stream_factory_; |
} |
+ NetLog* net_log() { |
+ return net_log_; |
+ } |
+ |
// Creates a Value summary of the state of the socket pools. The caller is |
// responsible for deleting the returned value. |
Value* SocketPoolInfoToValue() const { |