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 fcaee61c4db3f735a4763ba4eee6e404d9581f1f..423a1b768b49279313c57cd81d32c24717d7df3e 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; |