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

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

Issue 981083002: [Chromoting] Move ownership of ClientPlugin into SessionConnector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create ClientSession after plugin is created 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
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..9266d763cc09918adf7f51125a93c24a38fe6be5 100644
--- a/remoting/webapp/crd/js/session_connector.js
+++ b/remoting/webapp/crd/js/session_connector.js
@@ -18,12 +18,6 @@ var remoting = remoting || {};
remoting.SessionConnector = function() {};
/**
- * Reset the per-connection state so that the object can be re-used for a
- * second connection. Note the none of the shared WCS state is reset.
- */
-remoting.SessionConnector.prototype.reset = function() {};
-
-/**
* Initiate a Me2Me connection.
*
* @param {remoting.Host} host The Me2Me host to which to connect.

Powered by Google App Engine
This is Rietveld 408576698