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

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

Issue 1862913004: [Media Router] Wire through a new MRPM call to update media sinks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed indent, added wake reason. 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/media/router/mojo/media_router.mojom
diff --git a/chrome/browser/media/router/mojo/media_router.mojom b/chrome/browser/media/router/mojo/media_router.mojom
index 683904122489d906d2ffbca2765f76648c824c13..07b918dc744fac7f764d199971b1fc3f4a936436 100644
--- a/chrome/browser/media/router/mojo/media_router.mojom
+++ b/chrome/browser/media/router/mojo/media_router.mojom
@@ -286,6 +286,10 @@ interface MediaRouteProvider {
// Calling this will trigger a firewall prompt on Windows if there is not
// already a firewall rule for mDNS.
EnableMdnsDiscovery();
+
+ // Starts discovery. No-op for MRPs which have already registered discovery
+ // listeners.
+ StartDiscovery();
mark a. foltz 2016/04/07 22:45:00 Nit on naming: The MRPM may already be running di
amp 2016/04/09 00:02:12 Done. I like the UpdateMediaSinks name better. F
};
// Interface for a service which observes state changes across media

Powered by Google App Engine
This is Rietveld 408576698