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

Unified Diff: remoting/webapp/wcs.js

Issue 11769002: Apps v2 identity integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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
Index: remoting/webapp/wcs.js
diff --git a/remoting/webapp/wcs.js b/remoting/webapp/wcs.js
index d5c42573f9edf3d1909bedcc67315011f8d8d141..64514200e62e518eb90be9d04c6b9f3b73013a1c 100644
--- a/remoting/webapp/wcs.js
+++ b/remoting/webapp/wcs.js
@@ -65,7 +65,7 @@ remoting.Wcs = function(wcsIqClient, token, onReady) {
*/
this.pollForUpdatedToken_ = setInterval(
function() {
- remoting.oauth2.callWithToken(updateAccessToken, onError);
+ remoting.identity.callWithToken(updateAccessToken, onError);
},
60 * 1000);

Powered by Google App Engine
This is Rietveld 408576698