| Index: remoting/webapp/client_session.js
|
| diff --git a/remoting/webapp/client_session.js b/remoting/webapp/client_session.js
|
| index a6bc3bd6bc19ef90a90251feb29013069362c00a..f5ba95c75597f1a6d237955301e285c495da38f7 100644
|
| --- a/remoting/webapp/client_session.js
|
| +++ b/remoting/webapp/client_session.js
|
| @@ -233,7 +233,11 @@ remoting.ClientSession.Mode = {
|
| * Type used for performance statistics collected by the plugin.
|
| * @constructor
|
| */
|
| -remoting.ClientSession.PerfStats = function() {};
|
| +remoting.ClientSession.PerfStats = function() {
|
| + /** @type {Object.<string>} */
|
| + this.channelTypes = {};
|
| +};
|
| +
|
| /** @type {number} */
|
| remoting.ClientSession.PerfStats.prototype.videoBandwidth;
|
| /** @type {number} */
|
|
|