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

Unified Diff: net/socket/tcp_client_socket.h

Issue 494573002: A change for the setPause() api in chrome.sockets.tcp: Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cosmetics and commentary. Created 5 years 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: net/socket/tcp_client_socket.h
diff --git a/net/socket/tcp_client_socket.h b/net/socket/tcp_client_socket.h
index 064b5eb53ee5057cb016d6180bee8838e8f474d2..2c0bae31fd7ed8dec757905048b1ec8bede0df83 100644
--- a/net/socket/tcp_client_socket.h
+++ b/net/socket/tcp_client_socket.h
@@ -36,7 +36,7 @@ class NET_EXPORT TCPClientSocket : public StreamSocket {
~TCPClientSocket() override;
// Binds the socket to a local IP address and port.
- int Bind(const IPEndPoint& address);
+ virtual int Bind(const IPEndPoint& address);
// StreamSocket implementation.
int Connect(const CompletionCallback& callback) override;
« extensions/browser/api/sockets_tcp/sockets_tcp_api.cc ('K') | « extensions/extensions_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698