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

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

Issue 1778023002: Move NegotiatingClientAuthentication creation to ChromotingClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « remoting/test/test_chromoting_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/client_plugin_impl.js
diff --git a/remoting/webapp/base/js/client_plugin_impl.js b/remoting/webapp/base/js/client_plugin_impl.js
index 0157cbcffe7206d6af8efce47106667adf7f37cc..626c5d9e218b4d0971cc70344615114cd6153b8f 100644
--- a/remoting/webapp/base/js/client_plugin_impl.js
+++ b/remoting/webapp/base/js/client_plugin_impl.js
@@ -449,11 +449,11 @@ remoting.ClientPluginImpl.prototype.connectWithExperiments_ = function(
this.plugin_.postMessage(JSON.stringify({
method: 'connect',
data: {
+ hostId: host.hostId,
hostJid: host.jabberId,
hostPublicKey: host.publicKey,
localJid: localJid,
sharedSecret: '',
- authenticationTag: host.hostId,
capabilities: this.capabilities_.join(" "),
clientPairingId: credentialsProvider.getPairingInfo().clientId,
clientPairedSecret: credentialsProvider.getPairingInfo().sharedSecret,
« no previous file with comments | « remoting/test/test_chromoting_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698