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

Unified Diff: services/identity/manifest.json

Issue 2753753007: Introduce Identity Service and its initial usage (Closed)
Patch Set: Response to reviews Created 3 years, 9 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/identity/identity_service.cc ('k') | services/identity/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/identity/manifest.json
diff --git a/services/identity/manifest.json b/services/identity/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..0ebd6f8e5c9782de5657a20d6ad9b780c6f4a2dd
--- /dev/null
+++ b/services/identity/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "identity",
+ "display_name": "Identity Service",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "identity_manager" : [ "identity::mojom::IdentityManager" ]
+ }
+ }
+ }
+}
« no previous file with comments | « services/identity/identity_service.cc ('k') | services/identity/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698