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 06b76db37d1a51d0ddcd8d7569917fbc7a16d562..eaf8d357e873fc54a38451373d64adccac361dab 100644 |
--- a/remoting/client/jni/chromoting_jni_instance.h |
+++ b/remoting/client/jni/chromoting_jni_instance.h |
@@ -54,6 +54,9 @@ class ChromotingJniInstance |
const std::string& capabilities, |
const std::string& flags); |
+ // Starts the connection. Can be called on any thread. |
+ void Connect(); |
+ |
// Terminates the current connection (if it hasn't already failed) and cleans |
// up. The instance will no longer be valid after calling this function. |
// Must be called before destruction. |