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

Unified Diff: remoting/ios/app/host_view_controller.h

Issue 2904703003: [CRD iOS] Add support for three-finger gestures (Closed)
Patch Set: 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/app/host_view_controller.h
diff --git a/remoting/ios/app/host_view_controller.h b/remoting/ios/app/host_view_controller.h
index 0e6de517024d7a886b96862ecc55e0717bf22c79..b56bf95bf2df19553dffff2aee524a635e2e62db 100644
--- a/remoting/ios/app/host_view_controller.h
+++ b/remoting/ios/app/host_view_controller.h
@@ -18,6 +18,12 @@
- (id)initWithClient:(RemotingClient*)client;
+- (void)showKeyboard;
+
+- (void)hideKeyboard;
+
+@property(nonatomic, readonly) RemotingClient* client;
+
@end
#endif // REMOTING_IOS_APP_REMOTING_HOST_VIEW_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698