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

Unified Diff: remoting/client/appengine/chromoting_session.html

Issue 7033042: Update the appengine code to use OAuth2 and break the gdata dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove the hardcoded localhost Created 9 years, 7 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/client/appengine/chromoting_oauth_setup.html ('k') | remoting/client/appengine/hostlist.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/appengine/chromoting_session.html
diff --git a/remoting/client/appengine/chromoting_session.html b/remoting/client/appengine/chromoting_session.html
index 8af2190502be6447118cba7f6be4123f218a715b..6197d6aed8bf52b602e8e61db690658ef3737b8d 100644
--- a/remoting/client/appengine/chromoting_session.html
+++ b/remoting/client/appengine/chromoting_session.html
@@ -13,7 +13,7 @@ found in the LICENSE file.
<!--
// TODO(ajwong): Total Hack. We should be able to read the URL parameters
// from JS, and also avoid passing in the connection tokens here.
- document.xmppAuthToken="{{xmpp_token.token_string}}";
+ document.xmppAuthToken="{{xmpp_token}}";
document.httpXmppProxy="{{http_xmpp_proxy}}";
document.username="{{username}}";
document.hostname="{{hostname}}";
« no previous file with comments | « remoting/client/appengine/chromoting_oauth_setup.html ('k') | remoting/client/appengine/hostlist.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698