| Index: remoting/webapp/crd/js/client_session_factory_unittest.js
|
| diff --git a/remoting/webapp/crd/js/client_session_factory_unittest.js b/remoting/webapp/crd/js/client_session_factory_unittest.js
|
| index 819378c1ee71e7f119c025c1c39f151330fa571f..5ca8c0234e77304de1c74fa41583b339a993130a 100644
|
| --- a/remoting/webapp/crd/js/client_session_factory_unittest.js
|
| +++ b/remoting/webapp/crd/js/client_session_factory_unittest.js
|
| @@ -20,7 +20,7 @@ var listener;
|
| var SessionListener = function() {};
|
| SessionListener.prototype.onConnectionFailed = function(error) {};
|
| SessionListener.prototype.onConnected = function(connectionInfo) {};
|
| -SessionListener.prototype.onDisconnected = function() {};
|
| +SessionListener.prototype.onDisconnected = function(reason) {};
|
| SessionListener.prototype.onError = function(error) {};
|
|
|
| QUnit.module('ClientSessionFactory', {
|
|
|