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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_impl.h

Issue 2947403004: [MediaRouter] Replace RouteMessage with PresentationConnectionMessage (Closed)
Patch Set: Addressed Takumi's comments 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/browser/media/router/mojo/media_router_mojo_impl.h
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_impl.h b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
index d1c6c00cdabf348dc77501b77c1ab34bf00674c3..58b7b25729be4f427b294d3f468adf0cd138f8ee 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
@@ -341,7 +341,8 @@ class MediaRouterMojoImpl : public MediaRouterBase,
const std::string& message) override;
void OnRouteMessagesReceived(
const std::string& route_id,
- const std::vector<RouteMessage>& messages) override;
+ const std::vector<content::PresentationConnectionMessage>& messages)
+ override;
// Result callback when Mojo terminateRoute is invoked. |route_id| is bound
// to the ID of the route that was terminated.

Powered by Google App Engine
This is Rietveld 408576698