// Copyright 2024 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_RENDERER_API_CORE_EXTENSIONS_RENDERER_API_PROVIDER_H_ #define EXTENSIONS_RENDERER_API_CORE_EXTENSIONS_RENDERER_API_PROVIDER_H_ #include "extensions/renderer/extensions_renderer_api_provider.h" namespace extensions { // Provides capabilities for the set of extension APIs defined at the // //extensions layer. class CoreExtensionsRendererAPIProvider : public ExtensionsRendererAPIProvider { … }; } // namespace extensions #endif // EXTENSIONS_RENDERER_API_CORE_EXTENSIONS_RENDERER_API_PROVIDER_H_