| 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..b4d1a60407dc36b9effbccdd74d2d8d5828395d4 100644
|
| --- a/content/public/app/mojo/content_browser_manifest.json
|
| +++ b/content/public/app/mojo/content_browser_manifest.json
|
| @@ -12,10 +12,8 @@
|
| ],
|
| "renderer": [
|
| "blink::mojom::BackgroundSyncService",
|
| - "blink::mojom::BarcodeDetection",
|
| "blink::mojom::BroadcastChannelProvider",
|
| "blink::mojom::BudgetService",
|
| - "blink::mojom::FaceDetection",
|
| "blink::mojom::Hyphenation",
|
| "blink::mojom::MimeRegistry",
|
| "blink::mojom::NotificationService",
|
| @@ -56,7 +54,8 @@
|
| "service_manager:user_id"
|
| ],
|
| "file": [ "file:filesystem", "file:leveldb" ],
|
| - "media": [ "media:media" ]
|
| + "media": [ "media:media" ],
|
| + "shape_detection": [ "face_detection", "barcode_detection" ]
|
| }
|
| },
|
| "navigation:frame": {
|
|
|