Chromium Code Reviews| 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 02a484f7f87304c57a0b01725507f3fc36837884..81bc245bfd857570c6a15b0561555a81937967a6 100644 |
| --- a/content/public/app/mojo/content_browser_manifest.json |
| +++ b/content/public/app/mojo/content_browser_manifest.json |
| @@ -13,10 +13,8 @@ |
| ], |
| "renderer": [ |
| "blink::mojom::BackgroundSyncService", |
| - "blink::mojom::BarcodeDetection", |
|
Reilly Grant (use Gerrit)
2016/12/10 01:18:22
I don't see a CreateBarcodeDetector method in Shap
xianglu
2016/12/10 02:22:19
Yes. BarcodeDetection is implemented under //chrom
|
| "blink::mojom::BroadcastChannelProvider", |
| "blink::mojom::BudgetService", |
| - "blink::mojom::FaceDetection", |
| "blink::mojom::Hyphenation", |
| "blink::mojom::MimeRegistry", |
| "blink::mojom::NotificationService", |
| @@ -71,11 +69,11 @@ |
| "autofill::mojom::AutofillDriver", |
| "autofill::mojom::PasswordManagerDriver", |
| "blink::mojom::BarcodeDetection", |
| - "blink::mojom::FaceDetection", |
| "blink::mojom::MediaSessionService", |
| "blink::mojom::PermissionService", |
| "blink::mojom::PresentationService", |
| "blink::mojom::SensitiveInputVisibilityService", |
| + "blink::mojom::ShapeDetectionProvider", |
| "blink::mojom::WebBluetoothService", |
| "blink::mojom::WebSocket", |
| // TODO(beng): figure out how to overlay test interfaces like this. |