| Index: services/shape_detection/barcode_detection_impl.cc
|
| diff --git a/services/shape_detection/barcode_detection_impl.cc b/services/shape_detection/barcode_detection_impl.cc
|
| index edfb6b4d7b74433b9c896b3fde9ec079807876d8..e8847e3c29df59ec73b0b23c2549dbee8b6e7b72 100644
|
| --- a/services/shape_detection/barcode_detection_impl.cc
|
| +++ b/services/shape_detection/barcode_detection_impl.cc
|
| @@ -8,6 +8,7 @@ namespace shape_detection {
|
|
|
| // static
|
| void BarcodeDetectionImpl::Create(
|
| + const service_manager::BindSourceInfo& source_info,
|
| shape_detection::mojom::BarcodeDetectionRequest request) {
|
| DLOG(ERROR) << "Platform not supported for Barcode Detection Service.";
|
| }
|
|
|