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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h

Issue 2518083002: Deprecated: [Media Router] Ensure dialog shows route details view if there is one local route (Closed)
Patch Set: Created 4 years, 1 month 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/ui/webui/media_router/media_router_webui_message_handler.h
diff --git a/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h b/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
index 4a9156d42c7a6c7be3f690c589fbf13f53edfc5b..779adb40b049064de6cc1d919b6bfcfaa4a1b381 100644
--- a/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
+++ b/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
@@ -38,10 +38,11 @@ class MediaRouterWebUIMessageHandler : public content::WebUIMessageHandler {
// Methods to update the status displayed by the dialog.
void UpdateSinks(const std::vector<MediaSinkWithCastModes>& sinks);
- void UpdateRoutes(const std::vector<MediaRoute>& routes,
- const std::vector<MediaRoute::Id>& joinable_route_ids,
- const std::unordered_map<MediaRoute::Id, MediaCastMode>&
- current_cast_modes);
+ virtual void UpdateRoutes(
+ const std::vector<MediaRoute>& routes,
+ const std::vector<MediaRoute::Id>& joinable_route_ids,
+ const std::unordered_map<MediaRoute::Id, MediaCastMode>&
+ current_cast_modes);
void UpdateCastModes(const CastModeSet& cast_modes,
const std::string& source_host);
void OnCreateRouteResponseReceived(const MediaSink::Id& sink_id,

Powered by Google App Engine
This is Rietveld 408576698