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

Unified Diff: services/shape_detection/manifest.json

Issue 2726843006: ShapeDetection: add support for Text Detection in Mac (Closed)
Patch Set: offline reillyg@s comment on DCHECK location 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
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" ]

Powered by Google App Engine
This is Rietveld 408576698