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

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

Issue 984793003: [Webapp Refactor] Remove It2Me connection code from SessionConnectorImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for Checkin 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 | « remoting/webapp/crd/js/it2me_connect_flow.js ('k') | remoting/webapp/crd/js/session_connector_impl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/session_connector.js
diff --git a/remoting/webapp/crd/js/session_connector.js b/remoting/webapp/crd/js/session_connector.js
index df6cf3441bbf45a745ec7422deaf06667812ebb6..ea2abe65cf477d80a49b4ebb2ac66b7565f02468 100644
--- a/remoting/webapp/crd/js/session_connector.js
+++ b/remoting/webapp/crd/js/session_connector.js
@@ -74,13 +74,15 @@ remoting.SessionConnector.prototype.updatePairingInfo =
function(clientId, sharedSecret) {};
/**
- * Initiate an IT2Me connection.
+ * Initiates a remote connection.
*
- * @param {string} accessCode The access code as entered by the user.
+ * @param {remoting.DesktopConnectedView.Mode} mode
+ * @param {remoting.Host} host
+ * @param {remoting.CredentialsProvider} credentialsProvider
* @return {void} Nothing.
*/
-remoting.SessionConnector.prototype.connectIT2Me =
- function(accessCode) {};
+remoting.SessionConnector.prototype.connect =
+ function(mode, host, credentialsProvider) {};
/**
* Reconnect a closed connection.
« no previous file with comments | « remoting/webapp/crd/js/it2me_connect_flow.js ('k') | remoting/webapp/crd/js/session_connector_impl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698