| Index: chrome/common/extensions/api/experimental_socket.idl
|
| diff --git a/chrome/common/extensions/api/experimental_socket.idl b/chrome/common/extensions/api/experimental_socket.idl
|
| index 98e265eff2382f074c9ea941382fc6302ea7f86f..785e7d2482ba384631d228dab720ff25a5650427 100644
|
| --- a/chrome/common/extensions/api/experimental_socket.idl
|
| +++ b/chrome/common/extensions/api/experimental_socket.idl
|
| @@ -86,11 +86,11 @@
|
| long port,
|
| ConnectCallback callback);
|
|
|
| - // Binds the local address for UDP socket. Currently, it does not support
|
| + // Binds the local address for socket. Currently, it does not support
|
| // TCP socket.
|
| // |socketId| : The socketId.
|
| - // |address| : The address of the remote machine.
|
| - // |port| : The port of the remote machine.
|
| + // |address| : The address of the local machine.
|
| + // |port| : The port of the local machine.
|
| // |callback| : Called when the bind attempt is complete.
|
| static void bind(long socketId,
|
| DOMString address,
|
|
|