Index: net/http/http_network_session.h |
=================================================================== |
--- net/http/http_network_session.h (revision 68857) |
+++ net/http/http_network_session.h (working copy) |
@@ -127,6 +127,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 { |