diff options
Diffstat (limited to 'remoting/host/setup/host_starter.h')
-rw-r--r-- | remoting/host/setup/host_starter.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h index 508e13a..11b2df1 100644 --- a/remoting/host/setup/host_starter.h +++ b/remoting/host/setup/host_starter.h @@ -42,8 +42,11 @@ class HostStarter : // Registers a new host with the Chromoting service, and starts it. // |auth_code| must be a valid OAuth2 authorization code, typically acquired // from a browser. This method uses that code to get an OAuth2 refresh token. - void StartHost(const std::string& host_name, const std::string& host_pin, - bool consent_to_data_collection, const std::string& auth_code, + void StartHost(const std::string& host_name, + const std::string& host_pin, + bool consent_to_data_collection, + const std::string& auth_code, + const std::string& redirect_url, CompletionCallback on_done); // gaia::GaiaOAuthClient::Delegate |