| 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 bf997b3d90aed60d91d01d8f04181917f151b961..7165cb77936b0233dbbc122ec1f4a88bc53ec936 100644
|
| --- a/remoting/client/plugin/chromoting_scriptable_object.h
|
| +++ b/remoting/client/plugin/chromoting_scriptable_object.h
|
| @@ -25,6 +25,9 @@
|
| // readonly attribute int videoDecodeLatency;
|
| // // Latency for rendering in milliseconds.
|
| // readonly attribute int videoRenderLatency;
|
| +// // Latency between an event is sent and a corresponding video packet is
|
| +// // received.
|
| +// readonly attribute int roundTripLatency;
|
| //
|
| // // Constants for connection status.
|
| // const unsigned short STATUS_UNKNOWN = 0;
|
|
|