| Index: remoting/client/plugin/chromoting_scriptable_object.h
|
| diff --git a/remoting/client/plugin/chromoting_scriptable_object.h b/remoting/client/plugin/chromoting_scriptable_object.h
|
| index 09ac05498e4c896ca64777481f604ecf29f0ffe9..399fb6d0a39fcc2cd8204aef7199ee70aeade239 100644
|
| --- a/remoting/client/plugin/chromoting_scriptable_object.h
|
| +++ b/remoting/client/plugin/chromoting_scriptable_object.h
|
| @@ -13,6 +13,11 @@
|
| //
|
| // // Connection status.
|
| // readonly attribute unsigned short status;
|
| +//
|
| +// // Statistics.
|
| +// // Video Bandwidth in bytes per second.
|
| +// readonly attribute float videoBandwidth;
|
| +//
|
| // // Constants for connection status.
|
| // const unsigned short STATUS_UNKNOWN = 0;
|
| // const unsigned short STATUS_CONNECTING = 1;
|
|
|