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

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

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
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 b2ccaf563fe2ecf90dc759ce4689bc70e698345a..6dbf96e212c0a86d3dd0136e0b8c14a960a66805 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
@@ -326,7 +326,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