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

Unified Diff: remoting/ios/session/remoting_client.h

Issue 2868383003: [CRD iOS] Send key events to the session. (Closed)
Patch Set: Update based on feedback. Created 3 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/ios/key_map_us.h ('k') | remoting/ios/session/remoting_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/session/remoting_client.h
diff --git a/remoting/ios/session/remoting_client.h b/remoting/ios/session/remoting_client.h
index 8c48a43144bc54d017927573855d9b350846992b..6f0dbad50fcfa7ba54a3423339ba96871688aa30 100644
--- a/remoting/ios/session/remoting_client.h
+++ b/remoting/ios/session/remoting_client.h
@@ -14,6 +14,7 @@
namespace remoting {
class GestureInterpreter;
+class KeyboardInterpreter;
} // namespace remoting
@@ -77,8 +78,10 @@ extern NSString* const kHostSessionPin;
// This is valid only after the client has connected to the host. Always use
// RemotingClient.gestureInterpreter instead of storing the pointer separately.
@property(nonatomic, readonly) remoting::GestureInterpreter* gestureInterpreter;
-// @property(nonatomic, readonly)
-// remoting::KeyboardInterpreter* keyboardInterpreter;
+// The keyboard interpreter used to convert key events and send them to the
+// host.
+@property(nonatomic, readonly)
+ remoting::KeyboardInterpreter* keyboardInterpreter;
@end
« no previous file with comments | « remoting/ios/key_map_us.h ('k') | remoting/ios/session/remoting_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698