Index: remoting/host/win/rdp_client_window.h |
diff --git a/remoting/host/win/rdp_client_window.h b/remoting/host/win/rdp_client_window.h |
index 5298228710c538ed5fd7812ea5492406dda247b2..4b6ccdae45c054fdc9c91e280f894ec312e969d4 100644 |
--- a/remoting/host/win/rdp_client_window.h |
+++ b/remoting/host/win/rdp_client_window.h |
@@ -126,6 +126,8 @@ class RdpClientWindow |
STDMETHOD(OnFatalError)(long error_code); |
STDMETHOD(OnConfirmClose)(VARIANT_BOOL* allow_close); |
+ int LogOnCreateError(HRESULT error); |
Sergey Ulanov
2015/07/14 16:09:50
Please add a comment here, e.g.: Helper used to ha
|
+ |
// Wrappers for the event handler's methods that make sure that |
// OnDisconnected() is the last notification delivered and is delevered |
// only once. |