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

Unified Diff: services/shape_detection/manifest.json

Issue 2734703002: RELAND: ShapeDetection: add support for Text Detection in Mac (Closed)
Patch Set: Forward-declare CIRectangleFeature to avoid partial availability warnings Created 3 years, 10 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
« no previous file with comments | « services/shape_detection/BUILD.gn ('k') | services/shape_detection/shape_detection_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shape_detection/manifest.json
diff --git a/services/shape_detection/manifest.json b/services/shape_detection/manifest.json
index b92fb5cbb25b6a703e62448ef9c7a853445d7f1a..542148e79f4a9359220baa9057bab944a70954f1 100644
--- a/services/shape_detection/manifest.json
+++ b/services/shape_detection/manifest.json
@@ -5,7 +5,8 @@
"service_manager:connector": {
"provides": {
"face_detection": [ "shape_detection::mojom::FaceDetectionProvider" ],
- "barcode_detection": [ "shape_detection::mojom::BarcodeDetection" ]
+ "barcode_detection": [ "shape_detection::mojom::BarcodeDetection" ],
+ "text_detection": [ "shape_detection::mojom::TextDetection" ]
},
"requires": {
"service_manager": [ "service_manager:all_users" ]
« no previous file with comments | « services/shape_detection/BUILD.gn ('k') | services/shape_detection/shape_detection_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698