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

Side by Side Diff: services/image_decoder/manifest.json

Issue 2698243003: image_decoder: Set all_users capability (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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": "image_decoder", 2 "name": "image_decoder",
3 "display_name": "Image Decoder Service", 3 "display_name": "Image Decoder Service",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "decode": [ "image_decoder::mojom::ImageDecoder" ] 7 "decode": [ "image_decoder::mojom::ImageDecoder" ]
8 }, 8 },
9 "requires": {} 9 "requires": {
10 "service_manager": [ "service_manager:all_users" ]
11 }
10 } 12 }
11 } 13 }
12 } 14 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698