| Index: chrome/renderer/media/cast_udp_transport.h
|
| diff --git a/chrome/renderer/media/cast_udp_transport.h b/chrome/renderer/media/cast_udp_transport.h
|
| index ee10c240c2aba1698cffaf579a35c5361d66d93a..d105c5f7a029d9a19f4dc7134a18a432cc74b90b 100644
|
| --- a/chrome/renderer/media/cast_udp_transport.h
|
| +++ b/chrome/renderer/media/cast_udp_transport.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "chrome/renderer/media/cast_session_delegate.h"
|
| #include "net/base/ip_endpoint.h"
|
|
|
| namespace base {
|
| @@ -25,7 +26,8 @@ class CastUdpTransport {
|
| virtual ~CastUdpTransport();
|
|
|
| // Specify the remote IP address and port.
|
| - void SetDestination(const net::IPEndPoint& remote_address);
|
| + void SetDestination(const net::IPEndPoint& remote_address,
|
| + const CastSessionDelegate::ErrorCallback& error_callback);
|
|
|
| // Set options.
|
| void SetOptions(scoped_ptr<base::DictionaryValue> options);
|
|
|