Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1435)

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_impl.h

Issue 2927833002: [Media Router] Add CastMediaSinkService (Closed)
Patch Set: add dependency patchset Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a6f1c3f0eb856cac470066f15f088326b19c027e..1f8f1c7e92a4b30ec25a565b8a3f16effd5b2b11 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.
@@ -477,6 +478,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)

Powered by Google App Engine
This is Rietveld 408576698