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

Side by Side Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2440203002: Mojo: removing support for process-group. (Closed)
Patch Set: Synced Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | media/mojo/services/media_manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "service:content_browser", 2 "name": "service:content_browser",
3 "process-group": "browser",
4 "display_name": "Content (browser process)", 3 "display_name": "Content (browser process)",
5 "interface_provider_specs": { 4 "interface_provider_specs": {
6 "service_manager:connector": { 5 "service_manager:connector": {
7 // Remove this once http://crbug.com/632818 is fixed. 6 // Remove this once http://crbug.com/632818 is fixed.
8 "provides": { 7 "provides": {
9 "gpu": [ 8 "gpu": [
10 "device::mojom::PowerMonitor" 9 "device::mojom::PowerMonitor"
11 ], 10 ],
12 "plugin": [ 11 "plugin": [
13 "device::mojom::PowerMonitor" 12 "device::mojom::PowerMonitor"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "service_manager:client_process", 53 "service_manager:client_process",
55 "service_manager:instance_name", 54 "service_manager:instance_name",
56 "service_manager:user_id" 55 "service_manager:user_id"
57 ], 56 ],
58 "service:file": [ "file:filesystem", "file:leveldb" ], 57 "service:file": [ "file:filesystem", "file:leveldb" ],
59 "service:media": [ "media:media" ] 58 "service:media": [ "media:media" ]
60 } 59 }
61 } 60 }
62 } 61 }
63 } 62 }
OLDNEW
« no previous file with comments | « no previous file | media/mojo/services/media_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698