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

Unified Diff: jingle/glue/chrome_async_socket_unittest.cc

Issue 1376473003: Notify NQE of TCP RTT values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed bengr comments Created 4 years, 10 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/glue/chrome_async_socket_unittest.cc
diff --git a/jingle/glue/chrome_async_socket_unittest.cc b/jingle/glue/chrome_async_socket_unittest.cc
index fd8193da52b51309303a6d053b0c7b31452e1481..eb2465f2dc8785c7c0ce9792d5d4cc35d3aaa4d2 100644
--- a/jingle/glue/chrome_async_socket_unittest.cc
+++ b/jingle/glue/chrome_async_socket_unittest.cc
@@ -127,7 +127,7 @@ class MockXmppClientSocketFactory : public ResolvingClientSocketFactory {
scoped_ptr<net::StreamSocket> CreateTransportClientSocket(
const net::HostPortPair& host_and_port) override {
return mock_client_socket_factory_->CreateTransportClientSocket(
- address_list_, NULL, net::NetLog::Source());
+ address_list_, NULL, NULL, net::NetLog::Source());
}
scoped_ptr<net::SSLClientSocket> CreateSSLClientSocket(

Powered by Google App Engine
This is Rietveld 408576698