Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1161)

Unified Diff: remoting/host/win/chromoting_lib_idl.templ

Issue 1935003003: Fixing curtain mode using non-default RDP port for Windows host. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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().") ]

Powered by Google App Engine
This is Rietveld 408576698