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

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

Issue 2947403004: [MediaRouter] Replace RouteMessage with PresentationConnectionMessage (Closed)
Patch Set: rebase Created 3 years, 5 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
« no previous file with comments | « chrome/common/media_router/BUILD.gn ('k') | chrome/common/media_router/mojo/media_router_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/media_router/mojo/media_router.typemap
diff --git a/chrome/common/media_router/mojo/media_router.typemap b/chrome/common/media_router/mojo/media_router.typemap
index 7a6dfb3449f2fb43b680562bc48ca381a353f7fe..829f623aade627ae58e30e5c9d80160daaeff7dc 100644
--- a/chrome/common/media_router/mojo/media_router.typemap
+++ b/chrome/common/media_router/mojo/media_router.typemap
@@ -9,8 +9,8 @@ public_headers = [
"//chrome/common/media_router/media_route.h",
"//chrome/common/media_router/media_sink.h",
"//chrome/common/media_router/media_source.h",
- "//chrome/common/media_router/route_message.h",
"//chrome/common/media_router/route_request_result.h",
+ "//content/public/common/presentation_connection_message.h",
"//content/public/common/presentation_info.h",
]
deps = [
@@ -32,6 +32,6 @@ type_mappings = [
"media_router.mojom.MediaRouter.PresentationConnectionCloseReason=content::PresentationConnectionCloseReason",
"media_router.mojom.MediaRouter.PresentationConnectionState=content::PresentationConnectionState",
"media_router.mojom.MediaSink=media_router::MediaSinkInternal",
- "media_router.mojom.RouteMessage=media_router::RouteMessage",
+ "media_router.mojom.RouteMessage=content::PresentationConnectionMessage",
"media_router.mojom.RouteRequestResultCode=media_router::RouteRequestResult::ResultCode",
]
« no previous file with comments | « chrome/common/media_router/BUILD.gn ('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