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

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

Issue 12390060: RdpDesktopSession COM class should only use raw interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 10 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
« no previous file with comments | « remoting/host/installer/win/chromoting.wxs ('k') | remoting/host/win/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c5b496cc87ad1afe184c28cd37d20815b48b32be..4ba0ab3b86e7364b3cb0a6cccfdb63948f45f10b 100644
--- a/remoting/host/win/chromoting_lib_idl.templ
+++ b/remoting/host/win/chromoting_lib_idl.templ
@@ -67,12 +67,11 @@ interface IDaemonControl2 : IDaemonControl {
[
object,
uuid(987bca97-9d40-42fc-a00d-e6a701261af5),
- dual,
nonextensible,
helpstring("IRdpDesktopSessionEventHandler Interface"),
pointer_default(unique)
]
-interface IRdpDesktopSessionEventHandler : IDispatch {
+interface IRdpDesktopSessionEventHandler : IUnknown {
[ id(1), helpstring("Notifies that an RDP connection has been established "
"successfully. The client's address and port are "
" returned in |client_endpoint| as |SOCKADDR_STORAGE| "
@@ -90,12 +89,11 @@ interface IRdpDesktopSessionEventHandler : IDispatch {
[
object,
uuid(126c22bc-34ef-4cfb-83ef-9b8ada3391e8),
- dual,
nonextensible,
helpstring("IRdpDesktopSession Interface"),
pointer_default(unique)
]
-interface IRdpDesktopSession : IDispatch {
+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.") ]
« no previous file with comments | « remoting/host/installer/win/chromoting.wxs ('k') | remoting/host/win/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698