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

Unified Diff: jingle/notifier/base/resolving_client_socket_factory.h

Issue 7014009: Pass net_log parameter properly for ProxyResolvingClientSocket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: jingle/notifier/base/resolving_client_socket_factory.h
diff --git a/jingle/notifier/base/resolving_client_socket_factory.h b/jingle/notifier/base/resolving_client_socket_factory.h
index af05ac5c338157fd69c0d8e6db4dc0d89ce6308b..427c6f00502a782b92675ef892c323a54b4c27f6 100644
--- a/jingle/notifier/base/resolving_client_socket_factory.h
+++ b/jingle/notifier/base/resolving_client_socket_factory.h
@@ -25,7 +25,7 @@ class ResolvingClientSocketFactory {
virtual ~ResolvingClientSocketFactory() { }
// Method to create a transport socket using a HostPortPair.
virtual net::StreamSocket* CreateTransportClientSocket(
- const net::HostPortPair& host_and_port, net::NetLog* net_log) = 0;
+ const net::HostPortPair& host_and_port) = 0;
virtual net::SSLClientSocket* CreateSSLClientSocket(
net::ClientSocketHandle* transport_socket,

Powered by Google App Engine
This is Rietveld 408576698