| 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 b29fa68e1acda2a11bda8949bfc8402eeda48f6c..b956e865488990ad81ebe1b6954fd533c0e32270 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', {
|
|
|