| 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..454926a94bbf994c7734da4530f2523b92998c61 100644
|
| --- a/chrome/common/extensions/api/experimental_socket.idl
|
| +++ b/chrome/common/extensions/api/experimental_socket.idl
|
| @@ -78,11 +78,11 @@
|
|
|
| // Connects the socket to the remote machine.
|
| // |socketId| : The socketId.
|
| - // |address| : The address of the remote machine.
|
| + // |hostname| : The hostname or IP address of the remote machine.
|
| // |port| : The port of the remote machine.
|
| // |callback| : Called when the connection attempt is complete.
|
| static void connect(long socketId,
|
| - DOMString address,
|
| + DOMString hostname,
|
| long port,
|
| ConnectCallback callback);
|
|
|
|
|