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

Unified Diff: net/http/http_network_layer.h

Issue 165430: Reference count ProxyService.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Sync Created 11 years, 4 months 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/net/resolve_proxy_msg_helper_unittest.cc ('k') | net/http/http_network_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_layer.h
===================================================================
--- net/http/http_network_layer.h (revision 23574)
+++ net/http/http_network_layer.h (working copy)
@@ -51,12 +51,11 @@
// The factory we will use to create network sockets.
ClientSocketFactory* socket_factory_;
- // The host resolver being used for the session.
+ // The host resolver and proxy service that will used when lazily
+ // creating |session_|.
scoped_refptr<HostResolver> host_resolver_;
+ scoped_refptr<ProxyService> proxy_service_;
- // The proxy service being used for the session.
- ProxyService* proxy_service_;
-
scoped_refptr<HttpNetworkSession> session_;
bool suspended_;
};
« no previous file with comments | « chrome/browser/net/resolve_proxy_msg_helper_unittest.cc ('k') | net/http/http_network_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698