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

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

Issue 7054029: Add in support for connecting with just the OAuth2 token. Default to OAuth2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address Jamie's comments 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/auth.py ('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 6197d6aed8bf52b602e8e61db690658ef3737b8d..4d999997647dcffc1d56d22816fec0eb6ae5f2e4 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}}";
+ document.talkToken="{{talk_token}}";
document.httpXmppProxy="{{http_xmpp_proxy}}";
document.username="{{username}}";
document.hostname="{{hostname}}";
« no previous file with comments | « remoting/client/appengine/auth.py ('k') | remoting/client/appengine/hostlist.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698