| 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 151376f54f0c5d42a1dd34beb9979474b020a5af..738f11e1a0c610c730ddd1d5ce9cb90edbd88036 100644
|
| --- a/remoting/client/jni/chromoting_jni_instance.h
|
| +++ b/remoting/client/jni/chromoting_jni_instance.h
|
| @@ -136,12 +136,6 @@ class ChromotingJniInstance
|
| private:
|
| void ConnectToHostOnNetworkThread();
|
|
|
| - // Notifies the user interface that the user needs to enter a PIN. The
|
| - // current authentication attempt is put on hold until |callback| is invoked.
|
| - // May be called on any thread.
|
| - void FetchSecret(bool pairable,
|
| - const protocol::SecretFetchedCallback& callback);
|
| -
|
| // Sets the device name. Can be called on any thread.
|
| void SetDeviceName(const std::string& device_name);
|
|
|
|
|