diff options
Diffstat (limited to 'remoting/host/setup/host_starter.h')
-rw-r--r-- | remoting/host/setup/host_starter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h index b15e874..9d83e4c 100644 --- a/remoting/host/setup/host_starter.h +++ b/remoting/host/setup/host_starter.h @@ -33,6 +33,8 @@ class HostStarter : public gaia::GaiaOAuthClient::Delegate, // Creates a HostStarter. static scoped_ptr<HostStarter> Create( + const std::string& oauth2_token_url, + const std::string& chromoting_hosts_url, net::URLRequestContextGetter* url_request_context_getter); // Registers a new host with the Chromoting service, and starts it. |