summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_session.h')
-rw-r--r--net/http/http_network_session.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index b36d7f7..5a3b96c 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -130,10 +130,6 @@ class HttpNetworkSession : public base::RefCounted<HttpNetworkSession>,
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 {