| Index: remoting/webapp/host_controller.js
|
| diff --git a/remoting/webapp/host_controller.js b/remoting/webapp/host_controller.js
|
| index af05eab1cf7e5d57e3304d12b87bf4954fb057f9..96a0bb0a023beae426561f6d256f73b5686edca0 100644
|
| --- a/remoting/webapp/host_controller.js
|
| +++ b/remoting/webapp/host_controller.js
|
| @@ -209,7 +209,7 @@ remoting.HostController.prototype.start = function(hostPin, consent, onDone,
|
| newHostId, hostPin, startHostWithHash.bind(
|
| null, hostName, publicKey, privateKey,
|
| remoting.identity.getCachedEmail(),
|
| - remoting.oauth2.exportRefreshToken()),
|
| + remoting.oauth2.getRefreshToken()),
|
| onError);
|
| }
|
| } else {
|
|
|