| Index: remoting/webapp/crd/js/host_session.js
|
| diff --git a/remoting/webapp/crd/js/host_session.js b/remoting/webapp/crd/js/host_session.js
|
| index 36de90246ad337c61993f6a901d3047fdb55ee88..fe59adefa79c9a382b5ed8b1483c37e00ae12ab8 100644
|
| --- a/remoting/webapp/crd/js/host_session.js
|
| +++ b/remoting/webapp/crd/js/host_session.js
|
| @@ -70,7 +70,8 @@ remoting.HostSession.State.fromString = function(stateString) {
|
| * for notification of changes to the NAT traversal policy.
|
| * @param {function(string):void} logDebugInfo Callback allowing the plugin
|
| * to log messages to the debug log.
|
| - * @param {function():void} onError Callback to invoke in case of an error.
|
| + * @param {function(remoting.Error):void} onError Callback to invoke in case
|
| + * of an error.
|
| */
|
| remoting.HostSession.prototype.connect =
|
| function(hostFacade, email, accessToken, onStateChanged,
|
|
|