| Index: remoting/client/jni/chromoting_jni_instance.h
|
| diff --git a/remoting/client/jni/chromoting_jni_instance.h b/remoting/client/jni/chromoting_jni_instance.h
|
| index ab9db60d354503d5f70c5a9a26e3edb4fccf0b3e..06b76db37d1a51d0ddcd8d7569917fbc7a16d562 100644
|
| --- a/remoting/client/jni/chromoting_jni_instance.h
|
| +++ b/remoting/client/jni/chromoting_jni_instance.h
|
| @@ -31,7 +31,6 @@
|
| } // namespace protocol
|
|
|
| class ChromotingJniRuntime;
|
| -class JniClient;
|
| class JniFrameConsumer;
|
|
|
| // ClientUserInterface that indirectly makes and receives JNI calls.
|
| @@ -45,7 +44,6 @@
|
| // The instance does not take ownership of |jni_runtime|. To connect with an
|
| // unpaired host, pass in |pairing_id| and |pairing_secret| as empty strings.
|
| ChromotingJniInstance(ChromotingJniRuntime* jni_runtime,
|
| - JniClient* jni_client,
|
| const std::string& username,
|
| const std::string& auth_token,
|
| const std::string& host_jid,
|
| @@ -150,8 +148,6 @@
|
| // Used to obtain task runner references and make calls to Java methods.
|
| ChromotingJniRuntime* jni_runtime_;
|
|
|
| - JniClient* jni_client_;
|
| -
|
| // ID of the host we are connecting to.
|
| std::string host_jid_;
|
|
|
|
|