| Index: chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| diff --git a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| index 231c1aa695a171b553dec106fc1f77e66a25b29a..2098bd3498358a5f35f9bb9ca8e7e0e15c31ecbc 100644
|
| --- a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| +++ b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| @@ -66,7 +66,7 @@ namespace cast.streaming.rtpStream {
|
| // The compression is in gzip format.
|
| // The serialization format can be found at
|
| // media/cast/logging/log_serializer.cc.
|
| - callback GetRawEventsCallback = void (DOMString rawEvents);
|
| + callback GetRawEventsCallback = void (ArrayBuffer rawEvents);
|
|
|
| // Callback from the <code>getStats</code> method.
|
| // |rawEvents|: dictionary object containing stats recorded for a stream.
|
|
|