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

Unified Diff: services/ui/manifest.json

Issue 2446313003: Revise InterfaceRegistry API to support filtering interfaces @ Bind() time. (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/service_manager/tests/connect/connect_test_class_app_manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index 62127e0d32bb23ecab461180ba5cf4472c61c2d7..8c37eb7a35c3289bba0a6ca96915b9f894f41aa8 100644
--- a/services/ui/manifest.json
+++ b/services/ui/manifest.json
@@ -44,10 +44,7 @@
},
"requires": {
"*": [ "app" ],
- "service:service_manager": [
- "service_manager:all_users",
- "service_manager:explicit_class"
- ],
+ "service:service_manager": [ "service_manager:all_users" ],
"service:ui": [ "ozone" ]
}
}
« no previous file with comments | « services/service_manager/tests/connect/connect_test_class_app_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698