| 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
|
|
|
|
|