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

Unified Diff: chrome/browser/extensions/api/socket/mock_tcp_client_socket.h

Issue 1376473003: Notify NQE of TCP RTT values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorder initialization in constructor Created 4 years, 8 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: chrome/browser/extensions/api/socket/mock_tcp_client_socket.h
diff --git a/chrome/browser/extensions/api/socket/mock_tcp_client_socket.h b/chrome/browser/extensions/api/socket/mock_tcp_client_socket.h
index 443c10f8180f889a61ad4b839cde218a978ed9f2..ec8847262b420fb1630d29a6136927a9ee8f4199 100644
--- a/chrome/browser/extensions/api/socket/mock_tcp_client_socket.h
+++ b/chrome/browser/extensions/api/socket/mock_tcp_client_socket.h
@@ -48,7 +48,10 @@ class MockTCPClientSocket : public net::TCPClientSocket {
};
MockTCPClientSocket::MockTCPClientSocket()
- : TCPClientSocket(net::AddressList(), nullptr, net::NetLog::Source()) {}
+ : TCPClientSocket(net::AddressList(),
+ nullptr,
+ nullptr,
+ net::NetLog::Source()) {}
MockTCPClientSocket::~MockTCPClientSocket() {}
} // namespace extensions
« no previous file with comments | « chrome/browser/devtools/device/tcp_device_provider.cc ('k') | chrome/browser/extensions/api/socket/tcp_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698