| Index: chrome/browser/media/router/mojo/media_router.mojom
|
| diff --git a/chrome/browser/media/router/mojo/media_router.mojom b/chrome/browser/media/router/mojo/media_router.mojom
|
| index 816527e1d1d0c9cd3d1fc8f3cc37cb230a49a85a..df9229893679cdad9a251be677388de3fd4bb546 100644
|
| --- a/chrome/browser/media/router/mojo/media_router.mojom
|
| +++ b/chrome/browser/media/router/mojo/media_router.mojom
|
| @@ -49,6 +49,8 @@ struct MediaRoute {
|
| // Set to true if this route was created by an off the record (incognito)
|
| // profile.
|
| bool off_the_record;
|
| + // Set to true if this route corresponds to an offscreen presentation.
|
| + bool is_offscreen_presentation;
|
| };
|
|
|
| // Notifications or an actionable events to be shown to the user.
|
|
|