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

Unified Diff: jingle/notifier/base/proxy_resolving_client_socket.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/proxy_resolving_client_socket.h
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.h b/jingle/notifier/base/proxy_resolving_client_socket.h
index f2e10e56caedd7e33f5f5a7e9cf339bfb403eea2..8e95f87c633b88e55ee1db85d4df7e829cd40bc4 100644
--- a/jingle/notifier/base/proxy_resolving_client_socket.h
+++ b/jingle/notifier/base/proxy_resolving_client_socket.h
@@ -35,8 +35,7 @@ class ProxyResolvingClientSocket : public net::StreamSocket {
const scoped_refptr<net::URLRequestContextGetter>&
request_context_getter,
const net::SSLConfig& ssl_config,
- const net::HostPortPair& dest_host_port_pair,
- net::NetLog* net_log);
+ const net::HostPortPair& dest_host_port_pair);
virtual ~ProxyResolvingClientSocket();
// net::StreamSocket implementation.

Powered by Google App Engine
This is Rietveld 408576698