Chromium Code Reviews| Index: remoting/webapp/host_setup_dialog.js |
| diff --git a/remoting/webapp/host_setup_dialog.js b/remoting/webapp/host_setup_dialog.js |
| index c410ecebc8ff8b713209a480f7d16d92d4d034ed..b9e68256d715875b70fb73414014c690b15e8796 100644 |
| --- a/remoting/webapp/host_setup_dialog.js |
| +++ b/remoting/webapp/host_setup_dialog.js |
| @@ -158,7 +158,7 @@ remoting.HostSetupDialog.prototype.showForStart = function() { |
| // Although we don't need an access token in order to start the host, |
| // using callWithToken here ensures consistent error handling in the |
| // case where the refresh token is invalid. |
| - remoting.oauth2.callWithToken(this.showForStartWithToken_.bind(this), |
| + remoting.identity.callWithToken(this.showForStartWithToken_.bind(this), |
| remoting.showErrorMessage); |
|
Wez
2013/01/05 00:04:24
nit: Indentation.
Jamie
2013/01/05 01:32:54
Done.
|
| }; |