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 6289a2d0736ee46d3ed8a3510546fc35377021d8..060ad71b1f69f853c6ea283ef8df092b930838a8 100644 |
--- a/chrome/browser/media/router/media_router.mojom |
+++ b/chrome/browser/media/router/media_router.mojom |
@@ -18,6 +18,8 @@ struct MediaSink { |
string sink_id; |
// The human-readable name, e.g. "Janet's Chromecast". |
string name; |
+ // Optional description of the sink. |
+ string? description; |
// The type of icon to show in the UI for this media sink. |
IconType icon_type; |
}; |