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

Unified Diff: services/catalog/instance.h

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/entry_unittest.cc ('k') | services/catalog/instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/instance.h
diff --git a/services/catalog/instance.h b/services/catalog/instance.h
index e81f2d6792c8dfad3205dd0632d65ab1c36b4b5b..66581afe7b85ca1ab50424d3c6a1b6d6922baa33 100644
--- a/services/catalog/instance.h
+++ b/services/catalog/instance.h
@@ -43,9 +43,9 @@ class Instance : public service_manager::mojom::Resolver,
// mojom::Catalog:
void GetEntries(const base::Optional<std::vector<std::string>>& names,
const GetEntriesCallback& callback) override;
- void GetEntriesProvidingClass(
- const std::string& clazz,
- const GetEntriesProvidingClassCallback& callback) override;
+ void GetEntriesProvidingCapability(
+ const std::string& capability,
+ const GetEntriesProvidingCapabilityCallback& callback) override;
void GetEntriesConsumingMIMEType(
const std::string& mime_type,
const GetEntriesConsumingMIMETypeCallback& callback) override;
« no previous file with comments | « services/catalog/entry_unittest.cc ('k') | services/catalog/instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698