Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2460)

Unified Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2564163003: ShapeDetection: Add ShapeDetectionProvider (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698