Index: chrome/common/media_router/mojo/media_router.mojom |
diff --git a/chrome/common/media_router/mojo/media_router.mojom b/chrome/common/media_router/mojo/media_router.mojom |
index d339c5c7931f13aef17d31cd66ad78e49a299266..ce99ec3e984a61335313a04af0c8b5c00a1563de 100644 |
--- a/chrome/common/media_router/mojo/media_router.mojom |
+++ b/chrome/common/media_router/mojo/media_router.mojom |
@@ -88,8 +88,11 @@ struct MediaRoute { |
bool is_local; |
// An optional path to an HTML page bundled bundled with the media router |
// component extension. When set, the route can have custom route detail as |
- // well as its own route controls in the media router dialog. |
+ // well as its own route controls within an extensionview in the Media Router |
+ // dialog. |
string? custom_controller_path; |
+ // Whether the provider for this route supports the Media Route Controller. |
+ bool supports_media_route_controller; |
// Set to true if this route should be displayed for |media_sink_id| in UI. |
bool for_display; |
// Set to true if this route was created by an incognito profile. |