| Index: remoting/host/win/chromoting_lib_idl.templ
|
| diff --git a/remoting/host/win/chromoting_lib_idl.templ b/remoting/host/win/chromoting_lib_idl.templ
|
| index 6de574a04754318f68d93a129d1a645638f92c8a..3dba78ef6c4aec73798414f76e778f488da6bfc8 100644
|
| --- a/remoting/host/win/chromoting_lib_idl.templ
|
| +++ b/remoting/host/win/chromoting_lib_idl.templ
|
| @@ -33,8 +33,10 @@ interface IRdpDesktopSession : IUnknown {
|
| [ id(1), helpstring("Initiates a loopback RDP connection to spawn a new "
|
| "Windows session. |width| and |height| specify the "
|
| "initial screen resolution. |terminal_id| specifies a "
|
| - "unique value to be used to identify this connection.") ]
|
| + "unique value to be used to identify this connection."
|
| + "|port_number| specifies the RDP port number to use.") ]
|
| HRESULT Connect([in] long width, [in] long height, [in] BSTR terminal_id,
|
| + [in] DWORD port_number,
|
| [in] IRdpDesktopSessionEventHandler* event_handler);
|
|
|
| [ id(2), helpstring("Shuts down the connection created by Connect().") ]
|
|
|