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

Unified Diff: remoting/test/remote_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: Indent fix. 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
« no previous file with comments | « remoting/test/host_info.cc ('k') | remoting/test/remote_host_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/remote_host_info.h
diff --git a/remoting/test/remote_host_info.h b/remoting/test/remote_host_info.h
index d74269f0d6323f10ad85be339065f7ace0457f7b..e74174a35d1c1c3d1249b0719850ab7a9ba9750c 100644
--- a/remoting/test/remote_host_info.h
+++ b/remoting/test/remote_host_info.h
@@ -7,6 +7,8 @@
#include <string>
+#include "remoting/test/connection_setup_info.h"
+
namespace remoting {
namespace test {
@@ -27,6 +29,11 @@ struct RemoteHostInfo {
// Sets the |remote_host_status| based on the caller supplied string.
void SetRemoteHostStatusFromString(const std::string& status_string);
+ // Generates connection information to establish a chromoting connection.
+ ConnectionSetupInfo GenerateConnectionSetupInfo(
+ const std::string& access_token,
+ const std::string& user_name) const;
+
// Data used to establish a connection with a remote host.
RemoteHostStatus remote_host_status;
std::string application_id;
« no previous file with comments | « remoting/test/host_info.cc ('k') | remoting/test/remote_host_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698