| 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 1a09eb77a7179cfbbafd95e283de9b19b42de84b..d1313ccf9b948679b637861d6917da88738fda1d 100644
|
| --- a/chrome/browser/media/router/media_router.mojom
|
| +++ b/chrome/browser/media/router/media_router.mojom
|
| @@ -10,6 +10,8 @@ struct MediaSink {
|
| string sink_id;
|
| // The human-readable name, e.g. "Janet's Chromecast".
|
| string name;
|
| + // True if a route is being created to this sink.
|
| + bool is_launching;
|
| };
|
|
|
| // Should be kept in sync with media_route.h.
|
|
|