Index: remoting/webapp/crd/js/third_party_token_fetcher.js |
diff --git a/remoting/webapp/crd/js/third_party_token_fetcher.js b/remoting/webapp/crd/js/third_party_token_fetcher.js |
index f9168c4328ea0bb433895f83ff229d7e39505161..b51e1b19814e95c9655591e25ba9b65247534cfa 100644 |
--- a/remoting/webapp/crd/js/third_party_token_fetcher.js |
+++ b/remoting/webapp/crd/js/third_party_token_fetcher.js |
@@ -45,8 +45,7 @@ remoting.ThirdPartyTokenFetcher = function( |
this.tokenUrlPatterns_ = tokenUrlPatterns; |
this.hostPublicKey_ = hostPublicKey; |
if (chrome.identity) { |
- /** @type {function():void} |
- * @private */ |
+ /** @private {function():void} */ |
this.fetchTokenInternal_ = this.fetchTokenIdentityApi_.bind(this); |
this.redirectUri_ = 'https://' + window.location.hostname + |
'.chromiumapp.org/ThirdPartyAuth'; |