blob: 59c4e608d0096fe69ade75dd26fd62ca857745b2 [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_SHAPE_DETECTION_SHAPE_DETECTION_SERVICE_HOST_H_
#define CONTENT_BROWSER_SHAPE_DETECTION_SHAPE_DETECTION_SERVICE_HOST_H_
#include "services/shape_detection/public/mojom/shape_detection_service.mojom-forward.h"
namespace content {
// Returns the browser's remote interface to the global ShapeDetectionService
// instance.
shape_detection::mojom::ShapeDetectionService* GetShapeDetectionService();
} // namespace content
#endif // CONTENT_BROWSER_SHAPE_DETECTION_SHAPE_DETECTION_SERVICE_HOST_H_