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

Unified Diff: services/catalog/public/interfaces/catalog.mojom

Issue 2425563004: Support reading multiple InterfaceProviderSpecs from manifests (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « services/catalog/instance.cc ('k') | services/catalog/store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « services/catalog/instance.cc ('k') | services/catalog/store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698