| Index: services/catalog/public/interfaces/catalog.mojom
|
| diff --git a/services/catalog/public/interfaces/catalog.mojom b/services/catalog/public/interfaces/catalog.mojom
|
| index beff6cbe979691b01671e49bd18afa71a4926d57..d9a0079169ba26693e57bb59ed1d1f7a4a65172c 100644
|
| --- a/services/catalog/public/interfaces/catalog.mojom
|
| +++ b/services/catalog/public/interfaces/catalog.mojom
|
| @@ -12,6 +12,7 @@ struct Entry {
|
| interface Catalog {
|
| // Returns the catalog entries for the specified mojo names.
|
| // If |names| is null, all available entries are returned.
|
| + [Sync]
|
| GetEntries(array<string>? names) => (array<Entry> entries);
|
|
|
| // Returns the entry(ies) for applications that export to the caller the
|
|
|