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

Unified Diff: components/profile_service/manifest.json

Issue 1871223003: Use ShellClientFactory interface to load mojo:profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « components/profile_service/BUILD.gn ('k') | components/profile_service/profile_service.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/profile_service/manifest.json
diff --git a/components/profile_service/manifest.json b/components/profile_service/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..2f7d94ead250046e76e8a80dd3725e951b779a05
--- /dev/null
+++ b/components/profile_service/manifest.json
@@ -0,0 +1,11 @@
+{
+ "manifest_version": 1,
+ "name": "mojo:profile",
+ "process-group": "browser",
+ "display_name": "Profile",
+ "capabilities": {
+ "required": {
+ "mojo:tracing": { "interfaces": [ "*" ] }
+ }
+ }
+}
« no previous file with comments | « components/profile_service/BUILD.gn ('k') | components/profile_service/profile_service.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698