| Index: remoting/host/setup/host_starter.h
|
| diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h
|
| index 508e13aff13340e4884ec0775c454c513a5ea718..11b2df1705aff0671dbdd1cfdeb3ac7d9056c37a 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
|
|
|