| 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 785e7d2482ba384631d228dab720ff25a5650427..2e1cdc09e471f5732f9513f3a6d599d47c2fb68d 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);
|
|
|
|
|