summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 18:53:56 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 18:53:56 +0000
commit859f0e5edfc1c96195ad778be31fcfbd3bc552a5 (patch)
tree4903cd3bb6eb9d8b7232ff5de1b91144eea02c15 /remoting
parent1aaa1c65bc881a1af21a5ae268a0938d7695ebca (diff)
downloadchromium_src-859f0e5edfc1c96195ad778be31fcfbd3bc552a5.zip
chromium_src-859f0e5edfc1c96195ad778be31fcfbd3bc552a5.tar.gz
chromium_src-859f0e5edfc1c96195ad778be31fcfbd3bc552a5.tar.bz2
Switch Chromoting It2Me client to V2 auth.
BUG=139578 Review URL: https://chromiumcodereview.appspot.com/10442089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/webapp/client_screen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js
index 60500c9..0abf493 100644
--- a/remoting/webapp/client_screen.js
+++ b/remoting/webapp/client_screen.js
@@ -320,7 +320,7 @@ function startSession_() {
remoting.clientSession =
new remoting.ClientSession(
remoting.hostJid, remoting.hostPublicKey,
- remoting.accessCode, 'v1_token', '',
+ remoting.accessCode, 'spake2_plain', '',
/** @type {string} */ (remoting.oauth2.getCachedEmail()),
remoting.ClientSession.Mode.IT2ME,
onClientStateChange_);