Chromium Code Reviews| Index: chrome/renderer/media/cast_session_delegate.h |
| diff --git a/chrome/renderer/media/cast_session_delegate.h b/chrome/renderer/media/cast_session_delegate.h |
| index 75115e71b76d59a5cc915a45c48c770bfb0115f8..f110aff66e37688e17ee5cbe648b9a30d318d9c6 100644 |
| --- a/chrome/renderer/media/cast_session_delegate.h |
| +++ b/chrome/renderer/media/cast_session_delegate.h |
| @@ -59,7 +59,8 @@ class CastSessionDelegate { |
| // This will start the session by configuring and creating the Cast transport |
| // and the Cast sender. |
| // Must be called before initialization of audio or video. |
| - void StartUDP(const net::IPEndPoint& remote_endpoint); |
| + void StartUDP(const net::IPEndPoint& remote_endpoint, |
| + const std::string& options); |
|
Alpha Left Google
2014/09/09 00:30:45
I suggest this be base::DictionaryValue which is a
hubbe
2014/09/09 20:10:01
Done.
|
| // After calling StartAudio() or StartVideo() encoding of that media will |
| // begin as soon as data is delivered to its sink, if the second method is |