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

Unified Diff: chrome/common/media_router/mojo/media_router_struct_traits.cc

Issue 2938173004: [Media Router] Add a supports_web_ui_controller attribute to MediaRoute (Closed)
Patch Set: 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_struct_traits.cc
diff --git a/chrome/common/media_router/mojo/media_router_struct_traits.cc b/chrome/common/media_router/mojo/media_router_struct_traits.cc
index aa44fc6d4e495f2a790136deb1b4ac6c502cfb25..4e60d273adcacd45477cc131da8deb7800c0634d 100644
--- a/chrome/common/media_router/mojo/media_router_struct_traits.cc
+++ b/chrome/common/media_router/mojo/media_router_struct_traits.cc
@@ -203,6 +203,7 @@ bool StructTraits<media_router::mojom::MediaRouteDataView,
out->set_custom_controller_path(*custom_controller_path);
out->set_local(data.is_local());
+ out->set_supports_web_ui_controller(data.supports_web_ui_controller());
out->set_for_display(data.for_display());
out->set_incognito(data.is_incognito());
out->set_offscreen_presentation(data.is_offscreen_presentation());

Powered by Google App Engine
This is Rietveld 408576698