| Index: remoting/host/setup/host_starter.cc
|
| diff --git a/remoting/host/setup/host_starter.cc b/remoting/host/setup/host_starter.cc
|
| index d44059dcc1e077a79a70c7b5e153a4231019b5a7..1d69ef09f2a50b633d2521a1bbaded77b7ef804c 100644
|
| --- a/remoting/host/setup/host_starter.cc
|
| +++ b/remoting/host/setup/host_starter.cc
|
| @@ -34,12 +34,10 @@ HostStarter::~HostStarter() {
|
| }
|
|
|
| scoped_ptr<HostStarter> HostStarter::Create(
|
| - const std::string& oauth2_token_url,
|
| const std::string& chromoting_hosts_url,
|
| net::URLRequestContextGetter* url_request_context_getter) {
|
| scoped_ptr<gaia::GaiaOAuthClient> oauth_client(
|
| - new gaia::GaiaOAuthClient(
|
| - oauth2_token_url, url_request_context_getter));
|
| + new gaia::GaiaOAuthClient(url_request_context_getter));
|
| scoped_ptr<remoting::ServiceClient> service_client(
|
| new remoting::ServiceClient(
|
| chromoting_hosts_url, url_request_context_getter));
|
|
|