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 0b70d72a5f932196e64a6c3c203750810f710d8e..1582a46e52d5228a3927d9f28222e15affca78a0 100644 |
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h |
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h |
@@ -306,6 +306,12 @@ class MediaRouterMojoImpl : public MediaRouterBase, |
const mojo::String& route_id, |
mojo::Array<interfaces::RouteMessagePtr> messages) override; |
+ // Result callback when Mojo terminateRoute is invoked. |route_id| is bound |
+ // to the ID of the route that was terminated. |
+ void OnTerminateRouteResult(const MediaRoute::Id& route_id, |
+ mojo::String error_text, |
+ interfaces::RouteRequestResultCode result_code); |
+ |
// Converts the callback result of calling Mojo CreateRoute()/JoinRoute() |
// into a local callback. |
void RouteResponseReceived( |