Index: chrome/browser/media/router/mojo/media_router_mojo_impl.h |
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_impl.h b/chrome/browser/media/router/mojo/media_router_mojo_impl.h |
index d1c6c00cdabf348dc77501b77c1ab34bf00674c3..47784f8101f8341478ae34c78c5160e2383c43ff 100644 |
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h |
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h |
@@ -45,6 +45,7 @@ class Extension; |
namespace media_router { |
enum class MediaRouteProviderWakeReason; |
+class CastMediaSinkService; |
class DialMediaSinkServiceProxy; |
// MediaRouter implementation that delegates calls to the component extension. |
@@ -472,6 +473,9 @@ class MediaRouterMojoImpl : public MediaRouterBase, |
// Media sink service for DIAL devices. |
scoped_refptr<DialMediaSinkServiceProxy> dial_media_sink_service_proxy_; |
+ // Media sink service for CAST devices. |
+ scoped_refptr<CastMediaSinkService> cast_media_sink_service_; |
+ |
content::BrowserContext* const context_; |
#if defined(OS_WIN) |