Index: remoting/test/host_info.cc |
diff --git a/remoting/test/host_info.cc b/remoting/test/host_info.cc |
index 341829f662e5f40815c61b2b29e817de77cc8172..f16304542f717dba2e2187c280b39bec8b0f9730 100644 |
--- a/remoting/test/host_info.cc |
+++ b/remoting/test/host_info.cc |
@@ -70,5 +70,9 @@ bool HostInfo::ParseHostInfo(const base::DictionaryValue& host_info) { |
return true; |
} |
+bool HostInfo::IsReadyForConnection() const { |
+ return status == kHostStatusOnline; |
+} |
+ |
} // namespace test |
} // namespace remoting |