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

Unified Diff: services/catalog/store.cc

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/store.h ('k') | services/service_manager/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/store.cc
diff --git a/services/catalog/store.cc b/services/catalog/store.cc
index ff1e2529977f841bfbbeeedacb59256ffcb98535..2fea2c213450567a48f37f0a5dfddfa7d4467fc7 100644
--- a/services/catalog/store.cc
+++ b/services/catalog/store.cc
@@ -19,9 +19,6 @@ const char Store::kInterfaceProviderSpecs_ProvidesKey[] = "provides";
// static
const char Store::kInterfaceProviderSpecs_RequiresKey[] = "requires";
// static
-const char Store::kInterfaceProvider_ConnectionSpecKey[] =
- "service_manager:connector";
-// static
const char Store::kServicesKey[] = "services";
} // namespace catalog
« no previous file with comments | « services/catalog/store.h ('k') | services/service_manager/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698