| Index: remoting/webapp/crd/js/it2me_helpee_channel.js
|
| diff --git a/remoting/webapp/crd/js/it2me_helpee_channel.js b/remoting/webapp/crd/js/it2me_helpee_channel.js
|
| index 79c016b3dd7fc3375f27428e2213b78e3b1c0293..bea9b6da93ac07dad9be1323fcd7ec5ca6e24bd3 100644
|
| --- a/remoting/webapp/crd/js/it2me_helpee_channel.js
|
| +++ b/remoting/webapp/crd/js/it2me_helpee_channel.js
|
| @@ -323,12 +323,7 @@ remoting.It2MeHelpeeChannel.prototype.showConfirmDialogV2_ = function(bounds) {
|
| var getToken =
|
| base.Promise.as(chrome.identity.getAuthToken, [{interactive: false}]);
|
|
|
| - return getToken.then(
|
| - /** @param {string} token */
|
| - function(token) {
|
| - return remoting.HangoutConsentDialog.getInstance().show(Boolean(token),
|
| - bounds);
|
| - });
|
| + return getToken;
|
| };
|
|
|
| /**
|
|
|