| 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 dc801449397e5c91f911ebb12bf61cbf2b472f2c..9e8f1c802f5dbda5e67b2c9aa8a1d145f2dea3a4 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
|
| @@ -44,6 +44,7 @@ class MediaRouterWebUIMessageHandler : public content::WebUIMessageHandler {
|
| const std::string& source_host);
|
| void OnCreateRouteResponseReceived(const MediaSink::Id& sink_id,
|
| const MediaRoute* route);
|
| + void ReturnSearchResult(const std::string& sink_id);
|
|
|
| // Does not take ownership of |issue|. Note that |issue| can be nullptr, when
|
| // there are no more issues.
|
| @@ -80,6 +81,7 @@ class MediaRouterWebUIMessageHandler : public content::WebUIMessageHandler {
|
| void OnReportSinkCount(const base::ListValue* args);
|
| void OnReportTimeToClickSink(const base::ListValue* args);
|
| void OnReportTimeToInitialActionClose(const base::ListValue* args);
|
| + void OnSearchSinksAndCreateRoute(const base::ListValue* args);
|
| void OnInitialDataReceived(const base::ListValue* args);
|
|
|
| // Performs an action for an Issue of |type|.
|
|
|