| Index: chrome/browser/media/router/media_router.mojom
|
| diff --git a/chrome/browser/media/router/media_router.mojom b/chrome/browser/media/router/media_router.mojom
|
| index 5311bc8d8088e9af13bd7fca922b10920c1ba909..d51199cc22be70fad7a6b30d9592690dd6682cb7 100644
|
| --- a/chrome/browser/media/router/media_router.mojom
|
| +++ b/chrome/browser/media/router/media_router.mojom
|
| @@ -89,8 +89,6 @@ struct RouteMessage {
|
| TEXT,
|
| BINARY
|
| };
|
| - // The route ID of this message.
|
| - string route_id;
|
| // The type of this message.
|
| Type type;
|
| // Used when the |type| is TEXT.
|
| @@ -158,9 +156,8 @@ interface MediaRouteProvider {
|
| ClearIssue(string issue_id);
|
|
|
| // Called when the MediaRouter is ready to get the next batch of messages
|
| - // associated with one of the |route_ids|.
|
| - ListenForRouteMessages(array<string> route_ids)
|
| - => (array<RouteMessage> messages);
|
| + // associated with |route_id|.
|
| + ListenForRouteMessages(string route_id) => (array<RouteMessage> messages);
|
| };
|
|
|
| // Interface for a service which observes state changes across media
|
|
|