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

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: Remove createPluginAndConnect Created 5 years, 10 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..5fae4293f0c301cf25636ecfd4a674ea2a0a569a 100644
--- a/remoting/webapp/crd/js/session_connector.js
+++ b/remoting/webapp/crd/js/session_connector.js
@@ -21,7 +21,7 @@ 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() {};
+remoting.SessionConnector.prototype.resetConnection = function() {};
/**
* Initiate a Me2Me connection.

Powered by Google App Engine
This is Rietveld 408576698