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

Unified Diff: content/public/app/mojo/content_browser_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 | « content/public/app/BUILD.gn ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 96ff4737578e573203281b37663c929062df5257..c560fdc91d6877fe62a13235ebbba0a967bd2735 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -1,12 +1,13 @@
{
"manifest_version": 1,
"name": "exe:content_browser",
+ "process-group": "browser",
"display_name": "Content Browser",
"capabilities": {
"required": {
"*": { "interfaces": [ "*" ] },
"mojo:shell": {
- "classes": [ "client_process", "instance_name" ],
+ "classes": [ "client_process", "instance_name", "user_id" ],
"interfaces": [ "*" ]
}
}
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/public/browser/browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698