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

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

Issue 2973983002: Revert of [Media Router] Add CastMediaSinkService (Closed)
Patch Set: Created 3 years, 5 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 8d38ec2207670846e1805295a030a08581750764..b2ccaf563fe2ecf90dc759ce4689bc70e698345a 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
@@ -44,7 +44,6 @@
namespace media_router {
enum class MediaRouteProviderWakeReason;
-class CastMediaSinkService;
class DialMediaSinkServiceProxy;
class EventPageRequestManager;
@@ -411,9 +410,6 @@
// 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_;
// Request manager responsible for waking the component extension and calling

Powered by Google App Engine
This is Rietveld 408576698