Index: remoting/test/host_info.h |
diff --git a/remoting/test/host_info.h b/remoting/test/host_info.h |
index 06348fba735bdd59cb109f07e966068e27945195..58ba9d1d4d9cd0149e9b65398841ef52f24b77be 100644 |
--- a/remoting/test/host_info.h |
+++ b/remoting/test/host_info.h |
@@ -24,6 +24,8 @@ struct HostInfo { |
bool ParseHostInfo(const base::DictionaryValue& host_info); |
+ bool IsReadyForConnection() const; |
+ |
std::string host_id; |
std::string host_jid; |
std::string host_name; |