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

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

Issue 2951523002: Media Remoting: Add mojo interfaces between browser and extension. (Closed)
Patch Set: Rebased. 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 b2ccaf563fe2ecf90dc759ce4689bc70e698345a..91808d105eae366921e8b4c9c73ca6d563901aef 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
@@ -327,6 +327,10 @@ class MediaRouterMojoImpl : public MediaRouterBase,
void OnRouteMessagesReceived(
const std::string& route_id,
const std::vector<RouteMessage>& messages) override;
+ void OnMediaRemoterCreated(
+ int32_t tab_id,
+ media::mojom::MirrorServiceRemoterPtr remoter,
+ media::mojom::MirrorServiceRemotingSourceRequest source_request) override;
// Result callback when Mojo terminateRoute is invoked. |route_id| is bound
// to the ID of the route that was terminated.

Powered by Google App Engine
This is Rietveld 408576698