| Index: content/public/app/mojo/content_browser_manifest.json
|
| diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
|
| index 0326e8616e2d1a1a47742500b24d4a10cec5930c..aa398ecbc0113e7f7750ef021ca32a5d22554ccb 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -58,7 +58,7 @@
|
| "requires": {
|
| "*": [ "app" ],
|
| // In classic ash, the browser supplies ash interfaces to itself.
|
| - "content_browser": [ "ash", "display", "memory_instrumentation" ],
|
| + "content_browser": [ "ash", "display", "memory_instrumentation", "url_keyed_metrics" ],
|
| "content_gpu": [ "browser" ],
|
| "content_plugin": [ "browser" ],
|
| "content_renderer": [ "browser" ],
|
| @@ -83,9 +83,8 @@
|
| "barcode_detection",
|
| "face_detection",
|
| "text_detection"
|
| -
|
| ],
|
| - "resource_coordinator": [ "coordination_unit" ],
|
| + "resource_coordinator": [ "coordination_unit", "service_callbacks" ],
|
| "video_capture": [ "capture", "tests" ]
|
| }
|
| },
|
|
|