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

Unified Diff: remoting/protocol/input_filter.cc

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/protocol/input_filter.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/input_filter.cc
diff --git a/remoting/protocol/input_filter.cc b/remoting/protocol/input_filter.cc
index c9be6a11ed59fb765b3df81acc0aea5c0166eb95..d74939137ce58059c765d0b1565cfb1647e093ed 100644
--- a/remoting/protocol/input_filter.cc
+++ b/remoting/protocol/input_filter.cc
@@ -10,6 +10,9 @@ namespace protocol {
InputFilter::InputFilter() : input_stub_(NULL) {
}
+InputFilter::InputFilter(InputStub* input_stub) : input_stub_(input_stub) {
+}
+
InputFilter::~InputFilter() {
}
« no previous file with comments | « remoting/protocol/input_filter.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698