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

Unified Diff: remoting/test/fake_host_list_fetcher.cc

Issue 2542343004: Updating the Chromoting Test Driver to target the test environment (Closed)
Patch Set: Addressing feedback Created 4 years 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/fake_host_list_fetcher.h ('k') | remoting/test/host_list_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/fake_host_list_fetcher.cc
diff --git a/remoting/test/fake_host_list_fetcher.cc b/remoting/test/fake_host_list_fetcher.cc
index 0f7b8d2e999b9ae6adeb981ba250e7c68049039b..f1bc15bdc0929fa1f6fb739730bc4e7fe9a6e0ed 100644
--- a/remoting/test/fake_host_list_fetcher.cc
+++ b/remoting/test/fake_host_list_fetcher.cc
@@ -14,6 +14,7 @@ FakeHostListFetcher::~FakeHostListFetcher() {
}
void FakeHostListFetcher::RetrieveHostlist(const std::string& access_token,
+ const std::string& target_url,
const HostlistCallback& callback) {
callback.Run(host_list_);
}
« no previous file with comments | « remoting/test/fake_host_list_fetcher.h ('k') | remoting/test/host_list_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698