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 6dbf96e212c0a86d3dd0136e0b8c14a960a66805..01cb7111084df65cee788736ee430ff66d69ab45 100644 |
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h |
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h |
@@ -328,6 +328,10 @@ class MediaRouterMojoImpl : public MediaRouterBase, |
const std::string& route_id, |
const std::vector<content::PresentationConnectionMessage>& 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. |