| 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,
|
|
|