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

Unified Diff: services/resource_coordinator/manifest.json

Issue 2938443002: [GRC] UKM Support (Closed)
Patch Set: Address reviewer feedback Created 3 years, 6 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
Index: services/resource_coordinator/manifest.json
diff --git a/services/resource_coordinator/manifest.json b/services/resource_coordinator/manifest.json
index 87ce5830ebd871e3da3790355faefcb5edca57eb..78624785c5301efaefdd8c5c55123c7b47ca195e 100644
--- a/services/resource_coordinator/manifest.json
+++ b/services/resource_coordinator/manifest.json
@@ -4,7 +4,8 @@
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
- "coordination_unit": [ "resource_coordinator::mojom::CoordinationUnitProvider"],
+ "coordination_unit": [ "resource_coordinator::mojom::CoordinationUnitProvider" ],
+ "service_callbacks": [ "resource_coordinator::mojom::ServiceCallbacks" ],
"tests": [ "*" ]
},
"requires": {

Powered by Google App Engine
This is Rietveld 408576698