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

Unified Diff: remoting/protocol/connection_to_host.h

Issue 10262019: Add notifyClientDimensions API to the Chromoting Client plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing space. Created 8 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/client/plugin/chromoting_instance.cc ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/connection_to_host.h
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
index f459f63e7f853eb247987ec7b803a110b1ff6e43..45e1f9a51e0a1c645bfddb8fb2df56966b90e255 100644
--- a/remoting/protocol/connection_to_host.h
+++ b/remoting/protocol/connection_to_host.h
@@ -83,6 +83,7 @@ class ConnectionToHost : public SignalStrategy::Listener,
virtual const SessionConfig& config();
virtual ClipboardStub* clipboard_stub();
+ virtual HostStub* host_stub();
virtual InputStub* input_stub();
// SignalStrategy::StatusObserver interface.
« no previous file with comments | « remoting/client/plugin/chromoting_instance.cc ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698