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

Unified Diff: remoting/webapp/host_session.js

Issue 131483011: Fix jscompile issues in remoting webapp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/webapp/host_it2me_native_messaging.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/host_session.js
diff --git a/remoting/webapp/host_session.js b/remoting/webapp/host_session.js
index a2524eea7234357fdc15d9d83eb75f94f2813914..19c34b6d36bd738f9fb666d27711f3b9766b93ce 100644
--- a/remoting/webapp/host_session.js
+++ b/remoting/webapp/host_session.js
@@ -94,9 +94,8 @@ remoting.HostSession.prototype.createDispatcherAndConnect =
};
this.hostDispatcher_.initAndConnect(
- createPluginForIt2Me,
- email, 'oauth2:' + accessToken,
- onStateChanged, onNatTraversalPolicyChanged,
+ createPluginForIt2Me, email, 'oauth2:' + accessToken,
+ onStateChanged, onNatTraversalPolicyChanged, logDebugInfo,
remoting.settings.XMPP_SERVER_ADDRESS,
remoting.settings.XMPP_SERVER_USE_TLS,
remoting.settings.DIRECTORY_BOT_JID,
« no previous file with comments | « remoting/webapp/host_it2me_native_messaging.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698