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

Unified Diff: remoting/host/win/rdp_desktop_session.h

Issue 1115773002: Apply automated fixits for Chrome clang plugin to remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « remoting/host/win/rdp_client_window.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/rdp_desktop_session.h
diff --git a/remoting/host/win/rdp_desktop_session.h b/remoting/host/win/rdp_desktop_session.h
index 18a1eb4c486c6a89cc3915f6bd28ba0dd9bd5165..052d538f67572de36026edd608d530287102232b 100644
--- a/remoting/host/win/rdp_desktop_session.h
+++ b/remoting/host/win/rdp_desktop_session.h
@@ -39,11 +39,13 @@ class __declspec(uuid(RDP_DESKTOP_SESSION_CLSID)) RdpDesktopSession
RdpDesktopSession();
// IRdpDesktopSession implementation.
- STDMETHOD(Connect)(long width, long height, BSTR terminal_id,
- IRdpDesktopSessionEventHandler* event_handler);
- STDMETHOD(Disconnect)();
- STDMETHOD(ChangeResolution)(long width, long height);
- STDMETHOD(InjectSas)();
+ STDMETHOD(Connect)(long width,
+ long height,
+ BSTR terminal_id,
+ IRdpDesktopSessionEventHandler* event_handler) override;
+ STDMETHOD(Disconnect)() override;
+ STDMETHOD(ChangeResolution)(long width, long height) override;
+ STDMETHOD(InjectSas)() override;
DECLARE_NO_REGISTRY()
« no previous file with comments | « remoting/host/win/rdp_client_window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698