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 a7425499e49cb3d79afc08f1fbff84a2c1a71dcb..2ab12f07185ddce82bb2a57dd5f974a0a4bd4dcb 100644 |
--- a/chrome/browser/media/router/media_router.mojom |
+++ b/chrome/browser/media/router/media_router.mojom |
@@ -19,8 +19,6 @@ struct MediaSink { |
string name; |
// The type of icon to show in the UI for this media sink. |
IconType icon_type; |
- // True if a route is being created to this sink. |
- bool is_launching; |
}; |
// Should be kept in sync with media_route.h. |