Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: remoting/webapp/crd/js/third_party_token_fetcher.js

Issue 983023002: [Chromoting] Use compact notation for javascript @private types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/crd/js/stats_accumulator.js ('k') | remoting/webapp/crd/js/toolbar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « remoting/webapp/crd/js/stats_accumulator.js ('k') | remoting/webapp/crd/js/toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698