| Index: chrome/renderer/media/cast_session.h
|
| diff --git a/chrome/renderer/media/cast_session.h b/chrome/renderer/media/cast_session.h
|
| index 12e602f1b55bd50ac55794070048f4b9ca520ea0..afffb3503547cce2eab47ef9998ef8c79d63e131 100644
|
| --- a/chrome/renderer/media/cast_session.h
|
| +++ b/chrome/renderer/media/cast_session.h
|
| @@ -71,7 +71,8 @@ class CastSession : public base::RefCounted<CastSession> {
|
| // udp transport.
|
| // Must be called before initialization of audio or video.
|
| void StartUDP(const net::IPEndPoint& remote_endpoint,
|
| - scoped_ptr<base::DictionaryValue> options);
|
| + scoped_ptr<base::DictionaryValue> options,
|
| + const ErrorCallback& error_callback);
|
|
|
| // Creates or destroys event subscriber for the audio or video stream.
|
| // |is_audio|: true if the event subscriber is for audio. Video otherwise.
|
|
|