| Index: remoting/test/host_list_fetcher.h
|
| diff --git a/remoting/test/host_list_fetcher.h b/remoting/test/host_list_fetcher.h
|
| index 54094bdd654f5bc9a042b006211ba38140735949..76d45bf158a0cf962799609b0739604de00d8e1c 100644
|
| --- a/remoting/test/host_list_fetcher.h
|
| +++ b/remoting/test/host_list_fetcher.h
|
| @@ -29,6 +29,8 @@ namespace test {
|
| // unittests for this class to set fake response data for these URLs.
|
| const char kHostListProdRequestUrl[] = "https://www.googleapis.com/"
|
| "chromoting/v1/@me/hosts";
|
| +const char kHostListTestRequestUrl[] =
|
| + "https://www-googleapis-test.sandbox.google.com/chromoting/v1/@me/hosts";
|
|
|
| // Requests a host list from the directory service for an access token.
|
| // Destroying the RemoteHostInfoFetcher while a request is outstanding
|
| @@ -48,6 +50,7 @@ class HostListFetcher : public net::URLFetcherDelegate {
|
| // Makes a service call to retrieve a hostlist. The
|
| // callback will be called once the HTTP request has completed.
|
| virtual void RetrieveHostlist(const std::string& access_token,
|
| + const std::string& target_url,
|
| const HostlistCallback& callback);
|
|
|
| private:
|
|
|