| 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 9c8cce1c0b061f35fc08070169f0edde5bec8526..69b5cf47ffffa55b4161410d7969dbabb4c6aaa3 100644
|
| --- a/remoting/webapp/crd/js/third_party_token_fetcher.js
|
| +++ b/remoting/webapp/crd/js/third_party_token_fetcher.js
|
| @@ -41,7 +41,7 @@ remoting.ThirdPartyTokenFetcher = function(
|
| this.tokenScope_ = scope;
|
| this.onThirdPartyTokenFetched_ = onThirdPartyTokenFetched;
|
| this.failFetchToken_ = function() { onThirdPartyTokenFetched('', ''); };
|
| - this.xsrfToken_ = remoting.generateXsrfToken();
|
| + this.xsrfToken_ = base.generateXsrfToken();
|
| this.tokenUrlPatterns_ = tokenUrlPatterns;
|
| this.hostPublicKey_ = hostPublicKey;
|
| if (chrome.identity) {
|
|
|