Chromium Code Reviews| Index: net/http/http_network_session.h |
| =================================================================== |
| --- net/http/http_network_session.h (revision 70618) |
| +++ net/http/http_network_session.h (working copy) |
| @@ -130,10 +130,6 @@ |
| 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 { |