| Index: remoting/webapp/crd/js/session_connector_impl.js
|
| diff --git a/remoting/webapp/crd/js/session_connector_impl.js b/remoting/webapp/crd/js/session_connector_impl.js
|
| index b84feee9a8dddd85227d24242f1b31120a195569..fad6ae97ad94dfb4a1c6b06b3cac1ee8eb9228ce 100644
|
| --- a/remoting/webapp/crd/js/session_connector_impl.js
|
| +++ b/remoting/webapp/crd/js/session_connector_impl.js
|
| @@ -95,6 +95,9 @@ remoting.SessionConnectorImpl = function(clientContainer, onConnected, onError,
|
| remoting.SessionConnectorImpl.prototype.resetConnection_ = function() {
|
| this.removePlugin_();
|
|
|
| + // It's OK to initialize these member variables here because the
|
| + // constructor calls this method.
|
| +
|
| /** @private {remoting.Host} */
|
| this.host_ = null;
|
|
|
| @@ -110,9 +113,6 @@ remoting.SessionConnectorImpl.prototype.resetConnection_ = function() {
|
| /** @private {remoting.DesktopConnectedView} */
|
| this.connectedView_ = null;
|
|
|
| - /** @private {XMLHttpRequest} */
|
| - this.pendingXhr_ = null;
|
| -
|
| /** @private {remoting.CredentialsProvider} */
|
| this.credentialsProvider_ = null;
|
|
|
|
|