| 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 7de9d2802ba2b875a1ead7e0f32be900a38e2f68..081fc1d62b752022fd4a7a08d6cf8f8b7576bedd 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -56,7 +56,8 @@
|
| "service_manager:user_id"
|
| ],
|
| "file": [ "file:filesystem", "file:leveldb" ],
|
| - "media": [ "media:media" ]
|
| + "media": [ "media:media" ],
|
| + "shape_detection": [ "face_detection", "barcode_detection" ]
|
| }
|
| },
|
| "navigation:frame": {
|
| @@ -67,8 +68,6 @@
|
| // impossible this week. Remove once sky/ken fix this.
|
| "autofill::mojom::AutofillDriver",
|
| "autofill::mojom::PasswordManagerDriver",
|
| - "blink::mojom::BarcodeDetection",
|
| - "blink::mojom::FaceDetection",
|
| "blink::mojom::MediaSessionService",
|
| "blink::mojom::PermissionService",
|
| "blink::mojom::PresentationService",
|
|
|