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

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

Issue 1273423004: Shows a launch spinner next to a sink once it is selected to create a route. The launch spinner sur… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 0fbfbeefffae86572cc14def4c050d5933ef014a..3a32752e3028bebe28776317ec735c0920dd1114 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
@@ -35,7 +35,8 @@ class MediaRouterWebUIMessageHandler : public content::WebUIMessageHandler {
void UpdateRoutes(const std::vector<MediaRoute>& routes);
void UpdateCastModes(const CastModeSet& cast_modes,
const std::string& source_host);
- void AddRoute(const MediaRoute& route);
+ void OnCreateRouteResponseReceived(const MediaSink::Id& sink_id,
+ const MediaRoute* route);
// Does not take ownership of |issue|. Note that |issue| can be nullptr, when
// there are no more issues.

Powered by Google App Engine
This is Rietveld 408576698