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

Unified Diff: remoting/test/fake_host_list_fetcher.h

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/chromoting_test_fixture.cc ('k') | remoting/test/fake_host_list_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/fake_host_list_fetcher.h
diff --git a/remoting/test/fake_host_list_fetcher.h b/remoting/test/fake_host_list_fetcher.h
index 0b67535bd01fba47c9c84b3d272064db1ac129a5..1bfd3eb3d40fc919ad4a377ac44227c7949cef31 100644
--- a/remoting/test/fake_host_list_fetcher.h
+++ b/remoting/test/fake_host_list_fetcher.h
@@ -20,6 +20,7 @@ class FakeHostListFetcher : public HostListFetcher {
// HostListFetcher interface.
void RetrieveHostlist(const std::string& access_token,
+ const std::string& target_url,
const HostlistCallback& callback) override;
void set_retrieved_host_list(const std::vector<HostInfo>& host_list) {
« no previous file with comments | « remoting/test/chromoting_test_fixture.cc ('k') | remoting/test/fake_host_list_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698