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

Unified Diff: remoting/webapp/crd/js/client_plugin_impl.js

Issue 1008003002: [Webapp Refactor] Implements Me2MeConnectFlow as an object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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 | « no previous file | remoting/webapp/crd/js/crd_connect.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/client_plugin_impl.js
diff --git a/remoting/webapp/crd/js/client_plugin_impl.js b/remoting/webapp/crd/js/client_plugin_impl.js
index 59fb8bf25766a4efb86e423666610b88eed187d9..2b94066106976bde8ff46ae30fff920046818932 100644
--- a/remoting/webapp/crd/js/client_plugin_impl.js
+++ b/remoting/webapp/crd/js/client_plugin_impl.js
@@ -478,8 +478,8 @@ remoting.ClientPluginImpl.prototype.connect =
authenticationMethods: methods,
authenticationTag: host.hostId,
capabilities: this.capabilities_.join(" "),
- clientPairingId: credentialsProvider.getPairingInfo().id,
- clientPairedSecret: credentialsProvider.getPairingInfo().secret,
+ clientPairingId: credentialsProvider.getPairingInfo().clientId,
+ clientPairedSecret: credentialsProvider.getPairingInfo().sharedSecret,
keyFilter: keyFilter,
enableVideoDecodeRenderer: enableVideoDecodeRenderer
}
« no previous file with comments | « no previous file | remoting/webapp/crd/js/crd_connect.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698