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

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

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.mm
diff --git a/remoting/ios/session/remoting_client.mm b/remoting/ios/session/remoting_client.mm
index 6429c2cd4e19036000747dd8d5c6f6d133902202..be1fee36fc241606d4ecbdc21f8e9a46c4056af5 100644
--- a/remoting/ios/session/remoting_client.mm
+++ b/remoting/ios/session/remoting_client.mm
@@ -40,6 +40,7 @@ NSString* const kHostSessionPin = @"kHostSessionPin";
// Call _secretFetchedCallback on the network thread.
remoting::protocol::SecretFetchedCallback _secretFetchedCallback;
std::unique_ptr<remoting::GestureInterpreter> _gestureInterpreter;
+ // std::unique_ptr<remoting::KeyboardInterpreter> _keyboardInterpreter;
}
@end
« remoting/ios/app/host_view_controller.mm ('K') | « remoting/ios/session/remoting_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698