| Index: chrome/browser/extensions/api/socket/socket_api.h
|
| diff --git a/chrome/browser/extensions/api/socket/socket_api.h b/chrome/browser/extensions/api/socket/socket_api.h
|
| index 0523b947c8a1a76838a9d43c996381da1870cf9c..5a6b18abf53e9f04d77778b1d393ecdb695ac6ce 100644
|
| --- a/chrome/browser/extensions/api/socket/socket_api.h
|
| +++ b/chrome/browser/extensions/api/socket/socket_api.h
|
| @@ -125,6 +125,7 @@ class SocketConnectFunction : public SocketExtensionWithDnsLookupFunction {
|
| int socket_id_;
|
| std::string hostname_;
|
| int port_;
|
| + Socket* socket_;
|
| };
|
|
|
| class SocketDisconnectFunction : public SocketAsyncApiFunction {
|
| @@ -243,6 +244,7 @@ class SocketSendToFunction : public SocketExtensionWithDnsLookupFunction {
|
| size_t io_buffer_size_;
|
| std::string hostname_;
|
| int port_;
|
| + Socket* socket_;
|
| };
|
|
|
| class SocketSetKeepAliveFunction : public SocketAsyncApiFunction {
|
|
|