blob: 7fb8d76fa15dde4b9d0336fb16a6fecf83d7ea32 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "services/shape_detection/face_detection_provider_impl.h"
#include "services/shape_detection/public/mojom/facedetection.mojom.h"
namespace shape_detection {
void FaceDetectionProviderImpl::CreateFaceDetection(
shape_detection::mojom::FaceDetectionRequest request,
shape_detection::mojom::FaceDetectorOptionsPtr options) {
DLOG(ERROR) << "Platform not supported for Face Detection Service.";
}
} // namespace shape_detection