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

Unified Diff: remoting/webapp/wcs_loader.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
« remoting/webapp/identity.js ('K') | « remoting/webapp/wcs.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/wcs_loader.js
diff --git a/remoting/webapp/wcs_loader.js b/remoting/webapp/wcs_loader.js
index 5e513e688b241a2eb9149cac4d52f16d3a3d2afe..3a538489655c521695e3caefe7c30f8ad6cee12d 100644
--- a/remoting/webapp/wcs_loader.js
+++ b/remoting/webapp/wcs_loader.js
@@ -46,7 +46,7 @@ remoting.WcsLoader.load = function(onReady, onError) {
var start = function(token) {
remoting.wcsLoader.start_(token, onReady, onError);
};
- remoting.oauth2.callWithToken(start, onError);
+ remoting.identity.callWithToken(start, onError);
};
/**
« remoting/webapp/identity.js ('K') | « remoting/webapp/wcs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698