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

Unified Diff: jingle/notifier/base/proxy_resolving_client_socket.cc

Issue 8572041: Make ClientSocketPoolManager into an interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix some straggler renames. Created 9 years, 1 month 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 | « no previous file | net/http/http_network_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/proxy_resolving_client_socket.cc
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.cc b/jingle/notifier/base/proxy_resolving_client_socket.cc
index cc5bcbe26eeb5dd8011608235f2da11517ffcdc2..4c31ba3d017171246d01c0c112d87237b3e439ff 100644
--- a/jingle/notifier/base/proxy_resolving_client_socket.cc
+++ b/jingle/notifier/base/proxy_resolving_client_socket.cc
@@ -165,7 +165,7 @@ void ProxyResolvingClientSocket::ProcessProxyResolveDone(int status) {
transport_.reset(new net::ClientSocketHandle);
// Now that we have resolved the proxy, we need to connect.
- status = net::ClientSocketPoolManager::InitSocketHandleForRawConnect(
+ status = net::InitSocketHandleForRawConnect(
dest_host_port_pair_,
network_session_.get(),
proxy_info_,
« no previous file with comments | « no previous file | net/http/http_network_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698