| 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" ]
|
|
|