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

Unified Diff: chrome/common/media_router/mojo/media_router.mojom

Issue 2938173004: [Media Router] Add a supports_web_ui_controller attribute to MediaRoute (Closed)
Patch Set: Rebase Created 3 years, 6 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/common/media_router/mojo/media_router.mojom
diff --git a/chrome/common/media_router/mojo/media_router.mojom b/chrome/common/media_router/mojo/media_router.mojom
index d339c5c7931f13aef17d31cd66ad78e49a299266..ce99ec3e984a61335313a04af0c8b5c00a1563de 100644
--- a/chrome/common/media_router/mojo/media_router.mojom
+++ b/chrome/common/media_router/mojo/media_router.mojom
@@ -88,8 +88,11 @@ struct MediaRoute {
bool is_local;
// An optional path to an HTML page bundled bundled with the media router
// component extension. When set, the route can have custom route detail as
- // well as its own route controls in the media router dialog.
+ // well as its own route controls within an extensionview in the Media Router
+ // dialog.
string? custom_controller_path;
+ // Whether the provider for this route supports the Media Route Controller.
+ bool supports_media_route_controller;
// Set to true if this route should be displayed for |media_sink_id| in UI.
bool for_display;
// Set to true if this route was created by an incognito profile.
« no previous file with comments | « chrome/common/media_router/media_route.h ('k') | chrome/common/media_router/mojo/media_router_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698