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

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

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.cc
diff --git a/chrome/browser/media/router/media_router_base.cc b/chrome/browser/media/router/media_router_base.cc
index d3ec5e6aeb2ed135af64e4a82f992a7bad4fc4f1..5abacf8b284e2ffdf8e3e142fc651715030b120e 100644
--- a/chrome/browser/media/router/media_router_base.cc
+++ b/chrome/browser/media/router/media_router_base.cc
@@ -155,4 +155,12 @@ void MediaRouterBase::Shutdown() {
void MediaRouterBase::DetachRouteController(const MediaRoute::Id& route_id,
MediaRouteController* controller) {}
+void MediaRouterBase::RegisterRemotingSource(
+ int32_t tab_id,
+ CastRemotingConnector* remoting_source) {}
+
+void MediaRouterBase::UnRegisterRemotingSource(
+ int32_t tab_id,
+ CastRemotingConnector* remoting_source) {}
+
} // namespace media_router

Powered by Google App Engine
This is Rietveld 408576698