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

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

Issue 2620083002: Shape Detection: Move mojom interface to //services (Closed)
Patch Set: Created 3 years, 11 months 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 0624c1094e30678594a23c99f5775ffc24abc6dd..e31bd29096afcb5f68d5b84a4ceb467b1a12df32 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -66,13 +66,10 @@
// impossible this week. Remove once sky/ken fix this.
"autofill::mojom::AutofillDriver",
"autofill::mojom::PasswordManagerDriver",
- "blink::mojom::BarcodeDetection",
- "blink::mojom::FaceDetectionProvider",
"blink::mojom::MediaSessionService",
"blink::mojom::PermissionService",
"blink::mojom::PresentationService",
"blink::mojom::SensitiveInputVisibilityService",
- "blink::mojom::TextDetection",
"blink::mojom::WebBluetoothService",
"blink::mojom::WebSocket",
// TODO(beng): figure out how to overlay test interfaces like this.
@@ -90,6 +87,9 @@
"media::mojom::Renderer",
"mojom::MediaDevicesDispatcherHost",
"payments::mojom::PaymentRequest",
+ "shape_detection::mojom::BarcodeDetection",
+ "shape_detection::mojom::FaceDetectionProvider",
+ "shape_detection::mojom::TextDetection",
"ui::mojom::Gpu"
]
},

Powered by Google App Engine
This is Rietveld 408576698