| Index: remoting/webapp/host_controller.js
|
| diff --git a/remoting/webapp/host_controller.js b/remoting/webapp/host_controller.js
|
| index 74aeacfff546c0acb73b47748519918796758002..e8cc749dd4eba4b2fab398df9fc0c5a90b6685d3 100644
|
| --- a/remoting/webapp/host_controller.js
|
| +++ b/remoting/webapp/host_controller.js
|
| @@ -157,6 +157,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,
|
|
|