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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/image_decoder/manifest.json
diff --git a/services/image_decoder/manifest.json b/services/image_decoder/manifest.json
index faddec41b6c1ba40e534e76d300f26e9cadc973d..a9fdb0758162432cf0e8e5da8dea428c404d8aa4 100644
--- a/services/image_decoder/manifest.json
+++ b/services/image_decoder/manifest.json
@@ -6,7 +6,9 @@
"provides": {
"decode": [ "image_decoder::mojom::ImageDecoder" ]
},
- "requires": {}
+ "requires": {
+ "service_manager": [ "service_manager:all_users" ]
+ }
}
}
}
« 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