Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3069)

Unified Diff: chrome/browser/media/router/mojo/media_router.mojom

Issue 2471883002: [Presentation API] (1st) (1-UA) Add is_offscreen_presentation attribute to MediaRouter (Closed)
Patch Set: merge with master Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e68a1e09f020fc35b6330550ea6cf52d1d67fcf8..aa960d6e856b8b19137b82184e5ea234459dd1c7 100644
--- a/chrome/browser/media/router/mojo/media_router.mojom
+++ b/chrome/browser/media/router/mojo/media_router.mojom
@@ -50,6 +50,8 @@ struct MediaRoute {
bool for_display;
// Set to true if this route was created by an incognito profile.
bool is_incognito;
+ // 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.

Powered by Google App Engine
This is Rietveld 408576698