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

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

Issue 1805813002: [Media Router] Wiring for searching route providers for new sinks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarifying pseudo sink comments Created 4 years, 8 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/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|.

Powered by Google App Engine
This is Rietveld 408576698