blob: d4250d1c24e6b076a66fd5826a95cc7966c30ef1 [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 EXTENSIONS_COMMON_USER_SCRIPTS_AVAILABILITY_H_
#define EXTENSIONS_COMMON_USER_SCRIPTS_AVAILABILITY_H_
#include "extensions/common/features/feature.h"
namespace extensions::user_scripts_availability {
Feature::FeatureDelegatedAvailabilityCheckMap CreateAvailabilityCheckMap();
} // namespace extensions::user_scripts_availability
#endif // EXTENSIONS_COMMON_USER_SCRIPTS_AVAILABILITY_H_