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

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

Issue 2379703002: [Presentation API] (alternative) 1-UA: send message between controller and receiver page (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 0971cb5b24fc5a12605477ef7b5f6c65a8d2b6d2..27daedb0e1fa8d9707d2005d61ad427240af1a3e 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 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