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

Unified Diff: remoting/protocol/client_stub.h

Issue 10399052: [Chromoting] Add a filter that will stop the host sending unnecessary clipboard events to the clien… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
Index: remoting/protocol/client_stub.h
diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h
index f4e4fef224568e75c19a7574692c0871269b9e4e..1e00d3e25485e3e06f87ca37da7cd4b9ed9d05c1 100644
--- a/remoting/protocol/client_stub.h
+++ b/remoting/protocol/client_stub.h
@@ -11,11 +11,12 @@
#define REMOTING_PROTOCOL_CLIENT_STUB_H_
#include "base/basictypes.h"
+#include "remoting/protocol/clipboard_stub.h"
namespace remoting {
namespace protocol {
-class ClientStub {
+class ClientStub : public ClipboardStub {
Wez 2012/05/16 20:51:43 nit: We discussed composition vs inheritance; do y
simonmorris 2012/05/16 22:35:25 Maybe. I don't think that possibility needs to aff
public:
ClientStub() {}
virtual ~ClientStub() {}

Powered by Google App Engine
This is Rietveld 408576698