Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "manifest_version": 1, | |
| 3 "name": "mojo:video_capture", | |
| 4 "display_name": "Video Capture", | |
| 5 "capabilities": { | |
| 6 "provided": { | |
| 7 "all": ["*"] | |
|
Ben Goodger (Google)
2016/08/15 22:56:48
Help me understand the interfaces you expect to bi
chfremer
2016/08/15 23:19:47
The service is supposed to have two types of clien
| |
| 8 }, | |
| 9 "required": { | |
| 10 "mojo:shell": { "classes": [ "shell:all_users" ] } | |
| 11 } | |
| 12 } | |
| 13 } | |
| OLD | NEW |