| Index: chrome/common/extensions/api/socket.idl
|
| diff --git a/chrome/common/extensions/api/socket.idl b/chrome/common/extensions/api/socket.idl
|
| index d417d9b227053fb5842ee4f622280976b5de8552..303496ed2157e7906cd66b797b0fb96d9364b531 100644
|
| --- a/chrome/common/extensions/api/socket.idl
|
| +++ b/chrome/common/extensions/api/socket.idl
|
| @@ -132,8 +132,7 @@ namespace socket {
|
| long port,
|
| ConnectCallback callback);
|
|
|
| - // Binds the local address for socket. Currently, it does not support
|
| - // TCP socket.
|
| + // Binds the local address for socket.
|
| // |socketId| : The socketId.
|
| // |address| : The address of the local machine.
|
| // |port| : The port of the local machine.
|
|
|