| Index: extensions/browser/api/socket/socket_api.h
|
| diff --git a/extensions/browser/api/socket/socket_api.h b/extensions/browser/api/socket/socket_api.h
|
| index 007f4436250c7d19ce5680c165cc9bc50a333464..441e64a8b119444a2e5db8aca55d0e4bbdf7612c 100644
|
| --- a/extensions/browser/api/socket/socket_api.h
|
| +++ b/extensions/browser/api/socket/socket_api.h
|
| @@ -204,7 +204,6 @@ class SocketConnectFunction : public SocketExtensionWithDnsLookupFunction {
|
| int socket_id_;
|
| std::string hostname_;
|
| int port_;
|
| - Socket* socket_;
|
| };
|
|
|
| class SocketDisconnectFunction : public SocketAsyncApiFunction {
|
| @@ -359,7 +358,6 @@ class SocketSendToFunction : public SocketExtensionWithDnsLookupFunction {
|
| size_t io_buffer_size_;
|
| std::string hostname_;
|
| int port_;
|
| - Socket* socket_;
|
| };
|
|
|
| class SocketSetKeepAliveFunction : public SocketAsyncApiFunction {
|
|
|