| 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..0b1f154cb4590ce9d325d80546e82222f8034105 100644
|
| --- a/chrome/renderer/media/cast_session_delegate.h
|
| +++ b/chrome/renderer/media/cast_session_delegate.h
|
| @@ -89,6 +89,7 @@ class CastSessionDelegate {
|
| // If this callback is called with STATUS_INITIALIZED it will report back
|
| // to the sinks that it's ready to accept incoming audio / video frames.
|
| void InitializationResultCB(
|
| + const ErrorCallback& error_callback,
|
| media::cast::CastInitializationStatus result) const;
|
|
|
| private:
|
|
|