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

Unified Diff: remoting/protocol/input_filter.h

Issue 10025001: Add APIs to the client plugin to re-map and trap key events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. 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/input_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/input_filter.h
diff --git a/remoting/protocol/input_filter.h b/remoting/protocol/input_filter.h
index 56ad8c1834b54566235ae9bacb70d0a44e45b696..ba8b640e27c94fb49ba2b42015448e681998e3e0 100644
--- a/remoting/protocol/input_filter.h
+++ b/remoting/protocol/input_filter.h
@@ -16,6 +16,7 @@ namespace protocol {
class InputFilter : public InputStub {
public:
InputFilter();
+ explicit InputFilter(InputStub* input_stub);
virtual ~InputFilter();
// Return the InputStub that events will be forwarded to.
« no previous file with comments | « remoting/client/plugin/chromoting_instance.cc ('k') | remoting/protocol/input_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698