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

Unified Diff: chrome/browser/media/router/media_router.mojom

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: Move launch tracker to extension. 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/media/router/media_router.mojom
diff --git a/chrome/browser/media/router/media_router.mojom b/chrome/browser/media/router/media_router.mojom
index 1a09eb77a7179cfbbafd95e283de9b19b42de84b..d1313ccf9b948679b637861d6917da88738fda1d 100644
--- a/chrome/browser/media/router/media_router.mojom
+++ b/chrome/browser/media/router/media_router.mojom
@@ -10,6 +10,8 @@ struct MediaSink {
string sink_id;
// The human-readable name, e.g. "Janet's Chromecast".
string name;
+ // True if a route is being created to this sink.
+ bool is_launching;
};
// Should be kept in sync with media_route.h.

Powered by Google App Engine
This is Rietveld 408576698