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

Unified Diff: remoting/protocol/host_stub.h

Issue 13932020: Set the initial resolution of an RDP session to the client screen resolution if it is available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Clang Created 7 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/protocol/host_control_dispatcher.cc ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/host_stub.h
diff --git a/remoting/protocol/host_stub.h b/remoting/protocol/host_stub.h
index b66558fc2a622432b977efbb82440eed9b0098d7..03f3b0857bda3b8b325992869d1b62fb7933f2d7 100644
--- a/remoting/protocol/host_stub.h
+++ b/remoting/protocol/host_stub.h
@@ -14,6 +14,7 @@
namespace remoting {
namespace protocol {
+class Capabilities;
class ClientResolution;
class VideoControl;
class AudioControl;
@@ -34,6 +35,9 @@ class HostStub {
// channel is supported.
virtual void ControlAudio(const AudioControl& audio_control) = 0;
+ // Passes the set of capabilities supported by the client to the host.
+ virtual void SetCapabilities(const Capabilities& capabilities) = 0;
+
protected:
virtual ~HostStub() {}
« no previous file with comments | « remoting/protocol/host_control_dispatcher.cc ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698