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

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

Issue 1314413005: [Presentation API] 1-UA presentation support + presenter APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed yuri's comments #16 Created 5 years, 2 months 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/media_router.mojom
diff --git a/chrome/browser/media/router/media_router.mojom b/chrome/browser/media/router/media_router.mojom
index 2ab12f07185ddce82bb2a57dd5f974a0a4bd4dcb..66089aa98ba016ec078aa15a37891575e95de7ab 100644
--- a/chrome/browser/media/router/media_router.mojom
+++ b/chrome/browser/media/router/media_router.mojom
@@ -41,6 +41,8 @@ struct MediaRoute {
string? custom_controller_path;
// Set to true if this route should be displayed for |media_sink_id| in UI.
bool for_display;
+ // 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