| 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 230e28dee39b6aa0aac41d9684ec186d96572e4d..d5e440994808bee44f0a421fa7f333cf13781ef1 100644
|
| --- a/chrome/browser/media/router/mojo/media_router.mojom
|
| +++ b/chrome/browser/media/router/mojo/media_router.mojom
|
| @@ -364,6 +364,11 @@ interface MediaRouteProvider {
|
| string media_source,
|
| SinkSearchCriteria search_criteria) =>
|
| (string sink_id);
|
| +
|
| + // Called when the list of MediaSinks discovered by Media Router has been
|
| + // updated. The sinks are supplied to the MediaRouteProvider so that they can
|
| + // be used for other operations, such as route creation.
|
| + ProvideSinks(string provider_name, array<MediaSink> sinks);
|
| };
|
|
|
| // Interface for a service which observes state changes across media
|
|
|