| Index: content/public/app/mojo/content_gpu_manifest.json
|
| diff --git a/content/public/app/mojo/content_gpu_manifest.json b/content/public/app/mojo/content_gpu_manifest.json
|
| index 7d90913d84734939cc8e0462cf26bc7988229796..e68347ad4421601016f3a690cd77601783267ebf 100644
|
| --- a/content/public/app/mojo/content_gpu_manifest.json
|
| +++ b/content/public/app/mojo/content_gpu_manifest.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| "manifest_version": 1,
|
| - "name": "exe:content_gpu",
|
| - "display_name": "Content Gpu",
|
| + "name": "service:content_gpu",
|
| + "display_name": "Content (GPU process)",
|
| "capabilities": {
|
| "provided": {
|
| "browser": [
|
| @@ -10,7 +10,7 @@
|
| ]
|
| },
|
| "required": {
|
| - "exe:content_browser": {
|
| + "service:content_browser": {
|
| "classes": [
|
| "gpu"
|
| ]
|
|
|