| 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 e832771c26d8d94c516040ddb2beed9f7dcb5eb7..06b76db37d1a51d0ddcd8d7569917fbc7a16d562 100644
|
| --- a/remoting/client/jni/chromoting_jni_instance.h
|
| +++ b/remoting/client/jni/chromoting_jni_instance.h
|
| @@ -55,7 +55,8 @@ class ChromotingJniInstance
|
| const std::string& flags);
|
|
|
| // Terminates the current connection (if it hasn't already failed) and cleans
|
| - // up. Must be called before destruction.
|
| + // up. The instance will no longer be valid after calling this function.
|
| + // Must be called before destruction.
|
| void Disconnect();
|
|
|
| // Requests the android app to fetch a third-party token.
|
|
|