| Index: chrome/renderer/media/cast_session.h
|
| diff --git a/chrome/renderer/media/cast_session.h b/chrome/renderer/media/cast_session.h
|
| index ae68223fa566872d5b38d00690e42dd99f20ac84..12e602f1b55bd50ac55794070048f4b9ca520ea0 100644
|
| --- a/chrome/renderer/media/cast_session.h
|
| +++ b/chrome/renderer/media/cast_session.h
|
| @@ -67,8 +67,11 @@ class CastSession : public base::RefCounted<CastSession> {
|
| const ErrorCallback& error_callback);
|
|
|
| // This will create the Cast transport and connect to |remote_endpoint|.
|
| + // |options| is a dictionary which contain optional configuration for the
|
| + // udp transport.
|
| // Must be called before initialization of audio or video.
|
| - void StartUDP(const net::IPEndPoint& remote_endpoint);
|
| + void StartUDP(const net::IPEndPoint& remote_endpoint,
|
| + scoped_ptr<base::DictionaryValue> options);
|
|
|
| // Creates or destroys event subscriber for the audio or video stream.
|
| // |is_audio|: true if the event subscriber is for audio. Video otherwise.
|
|
|