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

Unified Diff: chrome/browser/media/router/media_router_base.h

Issue 2951523002: Media Remoting: Add mojo interfaces between browser and extension. (Closed)
Patch Set: Fix compile failure on Android bots. 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/media_router_base.h
diff --git a/chrome/browser/media/router/media_router_base.h b/chrome/browser/media/router/media_router_base.h
index c482662b671eb500db9b5d978ab1ab34a18d7fda..f9412461fc8e2dc5fb32b8c61e6bb9c078f6fe03 100644
--- a/chrome/browser/media/router/media_router_base.h
+++ b/chrome/browser/media/router/media_router_base.h
@@ -37,6 +37,12 @@ class MediaRouterBase : public MediaRouter {
scoped_refptr<MediaRouteController> GetRouteController(
const MediaRoute::Id& route_id) override;
+ void RegisterRemotingSource(int32_t tab_id,
+ CastRemotingConnector* remoting_source) override;
+ void UnRegisterRemotingSource(
+ int32_t tab_id,
+ CastRemotingConnector* remoting_source) override;
+
protected:
FRIEND_TEST_ALL_PREFIXES(MediaRouterMojoImplTest,
PresentationConnectionStateChangedCallback);

Powered by Google App Engine
This is Rietveld 408576698