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

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: Sync. 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
« no previous file with comments | « remoting/host/client_session.cc ('k') | remoting/protocol/clipboard_echo_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/client_stub.h
diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h
index f4e4fef224568e75c19a7574692c0871269b9e4e..119132bc31a12219ae955787164c6cae9f756a72 100644
--- a/remoting/protocol/client_stub.h
+++ b/remoting/protocol/client_stub.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -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 {
public:
ClientStub() {}
virtual ~ClientStub() {}
« no previous file with comments | « remoting/host/client_session.cc ('k') | remoting/protocol/clipboard_echo_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698