// 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_SHELL_RENDERER_API_SHELL_EXTENSIONS_RENDERER_API_PROVIDER_H_ #define EXTENSIONS_SHELL_RENDERER_API_SHELL_EXTENSIONS_RENDERER_API_PROVIDER_H_ #include "extensions/renderer/extensions_renderer_api_provider.h" namespace extensions { // Provides capabilities for the set of extension APIs defined for the // extensions shell. class ShellExtensionsRendererAPIProvider : public ExtensionsRendererAPIProvider { … }; } // namespace extensions #endif // EXTENSIONS_SHELL_RENDERER_API_SHELL_EXTENSIONS_RENDERER_API_PROVIDER_H_