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 69406f12ceec1981fb77d2b4bb287731d169bba5..14f31375c1e20942e66645ed626efb07a68323db 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 { |