Index: services/catalog/public/interfaces/catalog.mojom |
diff --git a/services/catalog/public/interfaces/catalog.mojom b/services/catalog/public/interfaces/catalog.mojom |
index df4549f849fe3293052537ed6f8bc6fbf457de6c..ccb9e3b2948945d3632e0dca783078fd7b6f8f0b 100644 |
--- a/services/catalog/public/interfaces/catalog.mojom |
+++ b/services/catalog/public/interfaces/catalog.mojom |
@@ -18,8 +18,8 @@ interface Catalog { |
GetEntries(array<string>? names) => (array<Entry> entries); |
// Returns the entry(ies) for applications that export to the caller the |
- // specified class. |
- GetEntriesProvidingClass(string clazz) => (array<Entry> entries); |
+ // specified capability. |
+ GetEntriesProvidingCapability(string capability) => (array<Entry> entries); |
// Returns the entry(ies) for applications that can consume content of the |
// specified MIME type. |