| Index: remoting/webapp/host_controller.js
|
| diff --git a/remoting/webapp/host_controller.js b/remoting/webapp/host_controller.js
|
| index c907dcff75292f08a946cc4a042e361c7d6d6a56..e3ab141a9e83a606f981bcceae9e36820e795f2f 100644
|
| --- a/remoting/webapp/host_controller.js
|
| +++ b/remoting/webapp/host_controller.js
|
| @@ -153,6 +153,8 @@ remoting.HostController.prototype.start = function(hostPin, callback) {
|
| var hostConfig = JSON.stringify({
|
| xmpp_login: remoting.oauth2.getCachedEmail(),
|
| oauth_refresh_token: remoting.oauth2.exportRefreshToken(),
|
| + oauth_use_official_client_id:
|
| + remoting.oauth2.USE_OFFICIAL_CLIENT_ID,
|
| host_id: newHostId,
|
| host_name: hostName,
|
| host_secret_hash: hostSecretHash,
|
|
|