Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: remoting/test/host_info.h

Issue 1237093004: Support for connecting to localhost on the chromoting test driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698