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

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

Issue 2869303003: Adding hooks to add the keyboard on screen and be able to dismiss it. (Closed)
Patch Set: Adding kKeyboardAnimationTime. 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
Index: remoting/ios/session/remoting_client.h
diff --git a/remoting/ios/session/remoting_client.h b/remoting/ios/session/remoting_client.h
index 6dbe9f2b1f3d8c8eeff0747ce393fb5f79e7c37f..8c48a43144bc54d017927573855d9b350846992b 100644
--- a/remoting/ios/session/remoting_client.h
+++ b/remoting/ios/session/remoting_client.h
@@ -77,6 +77,8 @@ 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;
@end

Powered by Google App Engine
This is Rietveld 408576698