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

Unified Diff: remoting/test/test_chromoting_client.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: Refactored App Remoting and Chromoting code to share StartConnection method. 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/test_chromoting_client.h
diff --git a/remoting/test/test_chromoting_client.h b/remoting/test/test_chromoting_client.h
index 03c942f7bb822ee5639bc27e0c0f3ff8ee52eaa4..302fbe26c179e82428422ec9412176526b8f1150 100644
--- a/remoting/test/test_chromoting_client.h
+++ b/remoting/test/test_chromoting_client.h
@@ -14,6 +14,7 @@
#include "remoting/client/client_user_interface.h"
#include "remoting/protocol/clipboard_filter.h"
#include "remoting/protocol/cursor_shape_stub.h"
+#include "remoting/test/connection_info.h"
#include "remoting/test/remote_connection_observer.h"
#include "remoting/test/remote_host_info.h"
@@ -27,7 +28,7 @@ namespace protocol {
class ClipboardStub;
class HostStub;
class InputStub;
-}
+} // namespace protocol
namespace test {
@@ -46,9 +47,7 @@ class TestChromotingClient : public ClientUserInterface,
~TestChromotingClient() override;
// Starts a chromoting connection with the specified remote host.
anandc 2015/07/15 21:12:29 Starts a Chromoting connection "to" the specified
tonychun 2015/07/16 23:12:08 Done.
- void StartConnection(const std::string& user_name,
- const std::string& access_token,
- const RemoteHostInfo& remote_host_info);
+ void StartConnection(const ConnectionInfo& connection_info);
// Ends the current remote connection and updates the connection state.
void EndConnection();

Powered by Google App Engine
This is Rietveld 408576698