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 e5bec190eac8e8230c44f3c0a0c28c7a643d4739..562ba43a09ee1296ed5acbf1341314d3d5408502 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,7 +38,7 @@ class MediaRouterWebUIMessageHandler : public content::WebUIMessageHandler { |
void UpdateCastModes(const CastModeSet& cast_modes, |
const std::string& source_host); |
void OnCreateRouteResponseReceived(const MediaSink::Id& sink_id, |
- const MediaRoute* route); |
+ const MediaRoute::Id& route_id); |
// Does not take ownership of |issue|. Note that |issue| can be nullptr, when |
// there are no more issues. |
@@ -68,6 +68,7 @@ class MediaRouterWebUIMessageHandler : public content::WebUIMessageHandler { |
void OnReportInitialAction(const base::ListValue* args); |
void OnReportInitialState(const base::ListValue* args); |
void OnReportNavigateToView(const base::ListValue* args); |
+ void OnReportRouteCreation(const base::ListValue* args); |
void OnReportSelectedCastMode(const base::ListValue* args); |
void OnReportSinkCount(const base::ListValue* args); |
void OnReportTimeToClickSink(const base::ListValue* args); |