| 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.
|
|
|